mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
- screensaver: fix restart of clock and mute;
restart is now depending on previous status
This commit is contained in:
@@ -33,11 +33,14 @@ class CScreenSaver
|
||||
{
|
||||
private:
|
||||
CFrameBuffer *m_frameBuffer;
|
||||
CPictureViewer *m_viewer;
|
||||
pthread_t thrScreenSaver;
|
||||
static void* ScreenSaverPrg(void *arg);
|
||||
vector<string> v_bg_files;
|
||||
unsigned int index;
|
||||
CPictureViewer *m_viewer;
|
||||
|
||||
bool status_mute;
|
||||
bool status_clock;
|
||||
|
||||
bool ReadDir();
|
||||
void PaintPicture();
|
||||
|
Reference in New Issue
Block a user