mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
Rework positioning of volumebar / mute icon / info clock
- Is required for custom icons
Origin commit data
------------------
Commit: cfd7b4b16b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
Origin message was:
------------------
* 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