summaryrefslogtreecommitdiff
path: root/baserender.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-06-23 22:02:32 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-06-23 22:02:32 +0200
commit5cd4835c99818dd0174d52db91d9ef53ada96a99 (patch)
tree5e631017e6ebe6d1d7d17c7fb786e079be362fa9 /baserender.h
parent52a6afcc01e8da9ea226e15e8d4e63c5573fbb48 (diff)
downloadskin-flatplus-5cd4835c99818dd0174d52db91d9ef53ada96a99.tar.gz
skin-flatplus-5cd4835c99818dd0174d52db91d9ef53ada96a99.tar.bz2
first text scroller support in channel info
Diffstat (limited to 'baserender.h')
-rw-r--r--baserender.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/baserender.h b/baserender.h
index 7d373de1..3117f64e 100644
--- a/baserender.h
+++ b/baserender.h
@@ -3,6 +3,7 @@
#include "imageloader.h"
#include <list>
#include "flat.h"
+#include "textscroller.h"
enum eBorder {
BorderMenuItem,
@@ -102,6 +103,9 @@ class cFlatBaseRender
cPixmap *decorPixmap;
std::list<sDecorBorder> Borders; // for clear specific Borders (clear only MenuItems and not TopBar)
+ // TextScroller
+ cTextScrollers scrollers;
+
void contentDraw(void);
void contentEventDraw(void);
double ScrollbarSize(void);