summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-04-18 20:10:55 +0200
committeranbr <vdr07@deltab.de>2010-04-18 20:10:55 +0200
commit9b8f166c974aeebcdba9a67226b213a3c3f4a448 (patch)
treec60991809925e4fe4706ec073d525ede7e23a535 /watch.h
parent8abb4e1cb0291834c129a9b243306d8e10872cc2 (diff)
downloadvdr-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch.h b/watch.h
index da2e0df..a471b69 100644
--- a/watch.h
+++ b/watch.h
@@ -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);
};