diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-16 13:53:52 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2013-11-16 13:53:52 +0100 |
commit | f1cb579898bfcd81fc3280acbb649d6362d66e5f (patch) | |
tree | d34bbb6b8e94e32ca6250f14a104e1b9c58b845a /baserender.h | |
parent | 9bac72cbb2e98af35c0ecb35998b72cc460aa0b4 (diff) | |
download | skin-flatplus-f1cb579898bfcd81fc3280acbb649d6362d66e5f.tar.gz skin-flatplus-f1cb579898bfcd81fc3280acbb649d6362d66e5f.tar.bz2 |
add topbar font size option
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 15aa2a88..65d8f197 100644 --- a/baserender.h +++ b/baserender.h @@ -34,6 +34,9 @@ class cFlatBaseRender // TopBar cPixmap *topBarPixmap; cPixmap *topBarExtraIconPixmap; + cFont *topBarFont, *topBarFontSml; + int topBarFontHeight, topBarFontSmlHeight; + cString topBarTitle; cString tobBarTitleExtra1, tobBarTitleExtra2; cString topBarExtraIcon; |