diff options
author | louis <louis.braun@gmx.de> | 2013-11-08 16:48:59 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-11-08 16:48:59 +0100 |
commit | e6c35450c4715dfe93b2275af86e7cfb11a24c7a (patch) | |
tree | 90c3f6691963b9b1aadf3d2d9cfd2b37fc6c211e /timers.h | |
parent | 98a3f2bf07adef23169aad381cdf46dfe34d671b (diff) | |
download | skin-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |