screensaver: add GUI option to change timeout

Origin commit data
------------------
Branch: ni/coolstream
Commit: 153e7dba91
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-12-29 (Mon, 29 Dec 2014)

Origin message was:
------------------
- screensaver: add GUI option to change timeout

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-12-29 21:09:24 +01:00
parent c4a079a04c
commit 098a5ba944
8 changed files with 18 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ void* CScreenSaver::ScreenSaverPrg(void* arg)
while(1)
{
PScreenSaver->PaintPicture();
sleep(10);
sleep(g_settings.screensaver_timeout);
}
return 0;
}