CInfoClock: Rework calculate size & position

- Fix display info clock
- Preparation for alternative use of neutrino fonts / DynFonts


Origin commit data
------------------
Commit: 0c18d4a6db
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-11-26 (Tue, 26 Nov 2013)
This commit is contained in:
Michael Liebmann
2013-11-26 14:08:48 +01:00
parent a33bb55eaa
commit 658f794ef5
6 changed files with 30 additions and 24 deletions

View File

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