mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
* Infoclock: correct position on the screen (Patch by snafed)
- Optimized code git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1965 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -17,8 +17,10 @@ class CInfoClock
|
||||
CFrameBuffer * frameBuffer;
|
||||
|
||||
pthread_t thrTimer;
|
||||
void Init();
|
||||
int time_width;
|
||||
int time_height;
|
||||
int clock_x;
|
||||
void paintTime( bool show_dot);
|
||||
int y,x;
|
||||
static void CleanUpProc(void* arg);
|
||||
|
Reference in New Issue
Block a user