diff options
author | anbr <vdr07@deltab.de> | 2010-04-18 20:10:55 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-04-18 20:10:55 +0200 |
commit | 9b8f166c974aeebcdba9a67226b213a3c3f4a448 (patch) | |
tree | c60991809925e4fe4706ec073d525ede7e23a535 /watch.h | |
parent | 8abb4e1cb0291834c129a9b243306d8e10872cc2 (diff) | |
download | vdr-plugin-imonlcd-9b8f166c974aeebcdba9a67226b213a3c3f4a448.tar.gz vdr-plugin-imonlcd-9b8f166c974aeebcdba9a67226b213a3c3f4a448.tar.bz2 |
Allow setup font size
Show current time, on dual line mode (Request #316)
Diffstat (limited to 'watch.h')
-rw-r--r-- | watch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ public: void OsdCurrentItem(const char *sz); void OsdStatusMessage(const char *sz); - virtual bool SetFont(const char *szFont, int bTwoLineMode); + virtual bool SetFont(const char *szFont, int bTwoLineMode, int nBigFontHeight, int nSmallFontHeight); eIconState ForceIcon(unsigned int nIcon, eIconState nState); }; |