* 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:
micha-bbg
2011-12-12 01:45:35 +00:00
parent 2be4e1e21f
commit 6840e8f434
2 changed files with 32 additions and 14 deletions

View File

@@ -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);