framebuffer_ng: implement showFrame() und stopFrame()

Origin commit data
------------------
Commit: fa2acb0e44
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-13 (Sun, 13 Dec 2015)
This commit is contained in:
Stefan Seyfried
2015-12-13 18:23:28 +01:00
parent 7986faa03f
commit fce2ed6856
2 changed files with 19 additions and 0 deletions

View File

@@ -246,6 +246,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);