diff options
author | anbr <vdr07@deltab.de> | 2010-04-29 20:44:38 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-04-29 20:44:38 +0200 |
commit | 8b649a7fa73b9449597b1cf3513e75c8f4733002 (patch) | |
tree | 56f81ffe7b1360b739ecede52939ea0af0148b71 /watch.h | |
parent | c69752e202af6ccc3caa5857b6fa2da0729b8ffa (diff) | |
download | vdr-plugin-targavfd-8b649a7fa73b9449597b1cf3513e75c8f4733002.tar.gz vdr-plugin-targavfd-8b649a7fa73b9449597b1cf3513e75c8f4733002.tar.bz2 |
Allow setup font size0.0.4
Show current time, on dual line mode
Diffstat (limited to 'watch.h')
-rw-r--r-- | watch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,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); }; |