summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-10-17 14:03:20 +0200
committeranbr <vdr07@deltab.de>2010-10-17 14:03:20 +0200
commit658a01ae81604eb531bdab8a903ad3e14fb0294b (patch)
tree5d19cca84ed573ccc4eca8678b3c268d6650b327 /watch.h
parent7137af32b85b4201b6948ce11ba21ce1849836bd (diff)
downloadvdr-plugin-targavfd-658a01ae81604eb531bdab8a903ad3e14fb0294b.tar.gz
vdr-plugin-targavfd-658a01ae81604eb531bdab8a903ad3e14fb0294b.tar.bz2
Add render mode -show channel name only- (Request #427)
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 4a71a7c..6151362 100644
--- a/watch.h
+++ b/watch.h
@@ -122,7 +122,7 @@ public:
void OsdCurrentItem(const char *sz);
void OsdStatusMessage(const char *sz);
- virtual bool SetFont(const char *szFont, int bTwoLineMode, int nBigFontHeight, int nSmallFontHeight);
+ virtual bool SetFont(const char *szFont, bool bTwoLineMode, int nBigFontHeight, int nSmallFontHeight);
eIconState ForceIcon(unsigned int nIcon, eIconState nState);
};