diff options
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); }; |