summaryrefslogtreecommitdiff
path: root/flat.c
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2015-02-09 21:10:31 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2015-02-09 21:10:31 +0100
commit9f184bb3e2c975fa71dad5a65a7e267ea2b7b424 (patch)
tree2bd9f7bbd5a06075822c8e23c300b23f6cd3c481 /flat.c
parentd7635ebd99454747c26d8ddd067858af75e57de2 (diff)
downloadskin-flatplus-9f184bb3e2c975fa71dad5a65a7e267ea2b7b424.tar.gz
skin-flatplus-9f184bb3e2c975fa71dad5a65a7e267ea2b7b424.tar.bz2
add remote timers support
Diffstat (limited to 'flat.c')
-rw-r--r--flat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flat.c b/flat.c
index 72172f10..9aba10b1 100644
--- a/flat.c
+++ b/flat.c
@@ -16,6 +16,7 @@ class cImageCache imgCache;
cTheme Theme;
static bool menuActive = false;
bool firstDisplay = true;
+time_t remoteTimersLastRefresh = 0;
cFlat::cFlat(void) : cSkin("flatPlus", &::Theme) {
displayMenu = NULL;