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 --- lcd4linux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lcd4linux.c') diff --git a/lcd4linux.c b/lcd4linux.c index 7a48c7c..45b02e9 100644 --- a/lcd4linux.c +++ b/lcd4linux.c @@ -45,6 +45,7 @@ #include "udelay.h" #include "drv.h" #include "timer.h" +#include "timer_group.h" #include "layout.h" #include "plugin.h" #include "thread.h" @@ -413,6 +414,7 @@ int main(int argc, char *argv[]) pid_exit(pidfile); cfg_exit(); plugin_exit(); + timer_exit_group(); timer_exit(); if (got_signal == SIGHUP) { -- cgit v1.2.3