mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-09-14 08:53:45 +02:00
ShowPicture: return boolean expression
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
|
||||
/* set video_system */
|
||||
int SetVideoSystem(int video_system, bool remember = true);
|
||||
void ShowPicture(const char * fname);
|
||||
bool ShowPicture(const char * fname);
|
||||
void StopPicture();
|
||||
void Standby(unsigned int bOn);
|
||||
void Pig(int x, int y, int w, int h);
|
||||
|
Reference in New Issue
Block a user