mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
* Rework positioning of volumebar / mute icon / info clock
- Is required for custom icons
This commit is contained in:
@@ -20,15 +20,15 @@ class CInfoClock
|
||||
void paintTime( bool show_dot);
|
||||
int time_offset, digit_offset, digit_h;
|
||||
int x, y, clock_x;
|
||||
void Init();
|
||||
static void CleanUpProc(void* arg);
|
||||
static void* TimerProc(void *arg);
|
||||
|
||||
public:
|
||||
CInfoClock(bool noVolume=false);
|
||||
CInfoClock();
|
||||
~CInfoClock();
|
||||
static CInfoClock* getInstance(bool noVolume=false);
|
||||
static CInfoClock* getInstance();
|
||||
|
||||
void Init(bool noVolume=false);
|
||||
void StartClock();
|
||||
void StopClock();
|
||||
void ClearDisplay();
|
||||
|
Reference in New Issue
Block a user