summaryrefslogtreecommitdiff
path: root/displaymenu.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-09-18 11:57:20 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-10-24 13:43:13 +0200
commit5ff6d4741fedd4a5d787931a6329615c3e598b15 (patch)
tree2cb737e1f6203390c9e1aeabc56f928789b01e0d /displaymenu.h
parent9c5f090e19c9949daaf433858eefab947fe1fd3e (diff)
downloadskin-lcarsng-5ff6d4741fedd4a5d787931a6329615c3e598b15.tar.gz
skin-lcarsng-5ff6d4741fedd4a5d787931a6329615c3e598b15.tar.bz2
Optimizing displaymenu to avoid flickering
Diffstat (limited to 'displaymenu.h')
-rw-r--r--displaymenu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/displaymenu.h b/displaymenu.h
index 39d1326..bdf4093 100644
--- a/displaymenu.h
+++ b/displaymenu.h
@@ -44,6 +44,9 @@ private:
int lastDiskUsageState;
bool lastDiskAlert;
double lastSystemLoad;
+ int lastCountRecordings;
+ int lastNumRecordingsInPath;
+ int lastCountTimers;
#if APIVERSNUM > 20300
cStateKey timersStateKey;
#else