InfoClock: Fix display clock in movie browser, file browser etc.

This commit is contained in:
M. Liebmann
2013-11-22 08:52:08 +01:00
parent 6a5d335430
commit 7466d6f19c
10 changed files with 57 additions and 40 deletions

View File

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