From 9f184bb3e2c975fa71dad5a65a7e267ea2b7b424 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Mon, 9 Feb 2015 21:10:31 +0100 Subject: add remote timers support --- flat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'flat.c') 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; -- cgit v1.2.3