mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
- infoclock: add getStatus() function
This commit is contained in:
@@ -47,6 +47,8 @@ class CInfoClock : public CComponentsFrmClock
|
|||||||
bool StopClock();
|
bool StopClock();
|
||||||
bool enableInfoClock(bool enable);
|
bool enableInfoClock(bool enable);
|
||||||
void ClearDisplay();
|
void ClearDisplay();
|
||||||
|
|
||||||
|
bool getStatus(void) { return paintClock; }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user