screensaver: rework timeosd handling

Origin commit data
------------------
Branch: ni/coolstream
Commit: d7ac78c0c2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-07 (Thu, 07 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-01-07 22:36:10 +01:00
parent 291e699330
commit 7be34438f6
3 changed files with 15 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ class CScreenSaver : public sigc::trackable
CScreenSaver();
~CScreenSaver();
static CScreenSaver* getInstance();
bool IsRun();
void Start();
void Stop();
sigc::signal<void> OnBeforeStart;