src/driver/fb_generic.cpp/h: use methode showFrame() as bool function

Allows the evaluation of this function for conditions if needed.
This commit is contained in:
2018-10-02 21:56:16 +02:00
parent ce253ddff0
commit 19c6f76056
2 changed files with 10 additions and 3 deletions

View File

@@ -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();
void showFrame(const std::string & filename);
bool showFrame(const std::string & filename);
void stopFrame();
bool loadBackgroundPic(const std::string & filename, bool show = true);
bool Lock(void);