summaryrefslogtreecommitdiff
path: root/baserender.h
diff options
context:
space:
mode:
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 1d4eab4f..81fc913d 100644
--- a/baserender.h
+++ b/baserender.h
@@ -51,6 +51,8 @@ class cFlatBaseRender
bool topBarExtraIconSet;
cString topBarMenuIcon;
bool topBarMenuIconSet;
+ cString topBarMenuIconRight;
+ bool topBarMenuIconRightSet;
cString topBarMenuLogo;
bool topBarMenuLogoSet;
@@ -140,6 +142,7 @@ class cFlatBaseRender
void TopBarSetTitle(cString title);
void TopBarSetTitleExtra(cString extra1, cString extra2);
void TopBarSetMenuIcon(cString icon);
+ void TopBarSetMenuIconRight(cString icon);
void TopBarSetMenuLogo(cString icon);
void TopBarSetExtraIcon(cString icon);
void TopBarUpdate(void);