diff options
Diffstat (limited to 'baserender.h')
-rw-r--r-- | baserender.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/baserender.h b/baserender.h index 6ed286f4..799def9c 100644 --- a/baserender.h +++ b/baserender.h @@ -42,8 +42,8 @@ class cFlatBaseRender cPixmap *topBarPixmap; cPixmap *topBarIconPixmap; cPixmap *topBarIconBGPixmap; - cFont *topBarFont, *topBarFontSml; - int topBarFontHeight, topBarFontSmlHeight; + cFont *topBarFont, *topBarFontSml, *topBarFontClock; + int topBarFontHeight, topBarFontSmlHeight, topBarFontClockHeight; cString topBarTitle; cString tobBarTitleExtra1, tobBarTitleExtra2; |