summaryrefslogtreecommitdiff
path: root/baserender.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2013-11-17 19:42:15 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2013-11-17 19:42:15 +0100
commit969add1f9c9c47ae6c17d1783e34417417281f40 (patch)
treedc0907667ac1bda0835910bc8589eb3182d00fac /baserender.h
parente96728cf26c71f8f76143057bb0594c101370303 (diff)
downloadskin-flatplus-969add1f9c9c47ae6c17d1783e34417417281f40.tar.gz
skin-flatplus-969add1f9c9c47ae6c17d1783e34417417281f40.tar.bz2
add option to show active recording in TopBar
Diffstat (limited to 'baserender.h')
-rw-r--r--baserender.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/baserender.h b/baserender.h
index 63ca3283..2fd89986 100644
--- a/baserender.h
+++ b/baserender.h
@@ -48,6 +48,9 @@ class cFlatBaseRender
cString topBarLastDate;
int topBarHeight;
+ cBitmap *bmRecording;
+ static cBitmap bmCRecording;
+
// Progressbar
cPixmap *progressBarPixmap;
cPixmap *progressBarPixmapBg;