diff options
author | mzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-02-07 14:03:46 +0000 |
---|---|---|
committer | mzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-02-07 14:03:46 +0000 |
commit | 7496af7c8678b4ee97f9913b26dad028149eed79 (patch) | |
tree | 008656e48fb0026a7c36f4812757f53fb72b8423 /lcd4linux.c | |
parent | dcb29d2726791b4b770d4b36d27ee81d79a38f9e (diff) | |
download | lcd4linux-7496af7c8678b4ee97f9913b26dad028149eed79.tar.gz |
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
Diffstat (limited to 'lcd4linux.c')
-rw-r--r-- | lcd4linux.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |