diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-17 19:42:15 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-17 19:42:15 +0100 |
commit | 969add1f9c9c47ae6c17d1783e34417417281f40 (patch) | |
tree | dc0907667ac1bda0835910bc8589eb3182d00fac /baserender.h | |
parent | e96728cf26c71f8f76143057bb0594c101370303 (diff) | |
download | skin-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.h | 3 |
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; |