diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2015-02-09 21:10:31 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2015-02-09 21:10:31 +0100 |
commit | 9f184bb3e2c975fa71dad5a65a7e267ea2b7b424 (patch) | |
tree | 2bd9f7bbd5a06075822c8e23c300b23f6cd3c481 /flat.c | |
parent | d7635ebd99454747c26d8ddd067858af75e57de2 (diff) | |
download | skin-flatplus-9f184bb3e2c975fa71dad5a65a7e267ea2b7b424.tar.gz skin-flatplus-9f184bb3e2c975fa71dad5a65a7e267ea2b7b424.tar.bz2 |
add remote timers support
Diffstat (limited to 'flat.c')
-rw-r--r-- | flat.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |