mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
screensaver.cpp: use fallback if video decoder is busy
This commit is contained in:
@@ -266,7 +266,7 @@ class CFrameBuffer : public sigc::trackable
|
||||
void RestoreScreen(int x, int y, int dx, int dy, fb_pixel_t * const memp);
|
||||
|
||||
void Clear();
|
||||
bool showFrame(const std::string & filename);
|
||||
bool showFrame(const std::string & filename, bool fallback = false);
|
||||
void stopFrame();
|
||||
bool loadBackgroundPic(const std::string & filename, bool show = true);
|
||||
bool Lock(void);
|
||||
|
Reference in New Issue
Block a user