mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
src/gui/screensaver.cpp: simplify painting images
Images will paint on full screen without blank frame in movie player mode. TODO: Only with scale at the moment, but not sure if this must be changed.
This commit is contained in:
@@ -30,12 +30,11 @@
|
||||
#include <gui/components/cc.h>
|
||||
|
||||
class CFrameBuffer;
|
||||
class CPictureViewer;
|
||||
|
||||
class CScreenSaver : public sigc::trackable
|
||||
{
|
||||
private:
|
||||
CFrameBuffer *m_frameBuffer;
|
||||
CPictureViewer *m_viewer;
|
||||
CComponentsFrmClock *scr_clock;
|
||||
pthread_t thrScreenSaver;
|
||||
static void* ScreenSaverPrg(void *arg);
|
||||
|
Reference in New Issue
Block a user