CInfoClock: Fix paint info clock when mute icon is displayed

This commit is contained in:
M. Liebmann
2013-11-20 05:49:44 +01:00
parent b8b61684df
commit 6a5d335430
4 changed files with 24 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ class CInfoClock : public CComponentsFrmClock
bool StartClock();
bool StopClock();
void ClearDisplay();
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
};
#endif