diff options
Diffstat (limited to 'baserender.h')
-rw-r--r-- | baserender.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/baserender.h b/baserender.h index 3117f64e..f092023a 100644 --- a/baserender.h +++ b/baserender.h @@ -44,6 +44,7 @@ class cFlatBaseRender cPixmap *topBarIconBGPixmap; cFont *topBarFont, *topBarFontSml; int topBarFontHeight, topBarFontSmlHeight; + cTextScrollers topBarScroller; cString topBarTitle; cString tobBarTitleExtra1, tobBarTitleExtra2; @@ -81,6 +82,7 @@ class cFlatBaseRender // Nachricht cPixmap *messagePixmap, *messageIconPixmap; int messageWidth, messageHeight; + cTextScrollers messageScroller; // Mehrzeiliger Content mit Scrollbalken cPixmap *contentPixmap; @@ -103,9 +105,6 @@ 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); |