From 7496af7c8678b4ee97f9913b26dad028149eed79 Mon Sep 17 00:00:00 2001 From: mzuther Date: Sun, 7 Feb 2010 14:03:46 +0000 Subject: added grouping of widgets by update interval (new file "timer_group.c") git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1106 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- widget_gpo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widget_gpo.c') diff --git a/widget_gpo.c b/widget_gpo.c index 1a0d52d..a47a8d5 100644 --- a/widget_gpo.c +++ b/widget_gpo.c @@ -41,7 +41,7 @@ #include "debug.h" #include "cfg.h" #include "property.h" -#include "timer.h" +#include "timer_group.h" #include "widget.h" #include "widget_gpo.h" @@ -65,7 +65,7 @@ void widget_gpo_update(void *Self) /* add a new one-shot timer */ if (P2N(&GPO->update) > 0) { - timer_add(widget_gpo_update, Self, P2N(&GPO->update), 1); + timer_add_widget(widget_gpo_update, Self, P2N(&GPO->update), 1); } } -- cgit v1.2.3