summaryrefslogtreecommitdiff
path: root/baserender.h
diff options
context:
space:
mode:
Diffstat (limited to 'baserender.h')
-rw-r--r--baserender.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/baserender.h b/baserender.h
index 698e1c6..5bd55ee 100644
--- a/baserender.h
+++ b/baserender.h
@@ -22,6 +22,7 @@ class cFlatBaseRender
// TopBar
cPixmap *topBarPixmap;
cString topBarTitle;
+ cString tobBarTitleExtra1, tobBarTitleExtra2;
bool topBarUpdateTitle;
cString topBarLastDate;
int topBarHeight;
@@ -66,6 +67,7 @@ class cFlatBaseRender
void TopBarCreate(void);
void TopBarSetTitle(cString title);
+ void TopBarSetTitleExtra(cString extra1, cString extra2);
void TopBarUpdate(void);
void ButtonsCreate(void);