mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
src/gui/screensaver.cpp: remove call of showFrame()
This should fix an issue with screen saver with movieplayer.
Call of showFrame() causes unintentional behavior on cs hardware
with green screens and video decoder seems to become unusable.
Origin commit data
------------------
Commit: 733921283b
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-05-22 (Tue, 22 May 2018)
This commit is contained in:
@@ -161,7 +161,6 @@ void* CScreenSaver::ScreenSaverPrg(void* arg)
|
||||
|
||||
PScreenSaver->ReadDir(); //TODO kill Screensaver if false
|
||||
PScreenSaver->m_frameBuffer->Clear();
|
||||
PScreenSaver->m_frameBuffer->showFrame("blackscreen.jpg");
|
||||
|
||||
if (g_settings.screensaver_timeout)
|
||||
{
|
||||
|
Reference in New Issue
Block a user