summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-11-08 16:48:59 +0100
committerlouis <louis.braun@gmx.de>2013-11-08 16:48:59 +0100
commite6c35450c4715dfe93b2275af86e7cfb11a24c7a (patch)
tree90c3f6691963b9b1aadf3d2d9cfd2b37fc6c211e /timers.h
parent98a3f2bf07adef23169aad381cdf46dfe34d671b (diff)
downloadskin-nopacity-e6c35450c4715dfe93b2275af86e7cfb11a24c7a.tar.gz
skin-nopacity-e6c35450c4715dfe93b2275af86e7cfb11a24c7a.tar.bz2
fixed timer display in main menu so that setting 'small without logo' uses correct height
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/timers.h b/timers.h
index e47d5c5..6142dfd 100644
--- a/timers.h
+++ b/timers.h
@@ -24,7 +24,7 @@ class cNopacityTimer : public cListObject {
int y;
cString Date;
cTextWrapper showName;
- void DrawLogo(void);
+ int DrawLogo(void);
public:
cNopacityTimer(cOsd *osd, cImageCache *imgCache, const cTimer *timer, const cFont *font, const cFont *fontLarge);
cNopacityTimer(cOsd *osd, cImageCache *imgCache, int numConflicts, const cFont *font, const cFont *fontLarge);