- framebuffer: revival of showFrame() function to allow ...

... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons
This commit is contained in:
svenhoefer
2015-05-05 12:01:04 +02:00
parent ca5d85986e
commit edc8527379
10 changed files with 43 additions and 36 deletions

View File

@@ -256,6 +256,7 @@ class CFrameBuffer
void Clear();
void showFrame(const std::string & filename);
void stopFrame();
bool loadBackgroundPic(const std::string & filename, bool show = true);
bool Lock(void);
void Unlock(void);