Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
screensaver.h
Go to the documentation of this file.
1 #ifndef SCREENSAVER_H_
2 #define SCREENSAVER_H_
3 
4 namespace ScreenSaver {
5 
15  void allowSaverAndStandby(bool allow);
16 
23 
24 }
25 
26 #endif /* SCREENSAVER_H_ */
void allowSaverAndStandby(bool allow)
Whether we want to allow the screen saver to activate or the screen to enter standby.
Definition: screensaver.cpp:46
void forceUnlockAndScreenOn()
Disable the screen saver (only if password locking is disabled!), power screen on if it's in standby...
Definition: screensaver.cpp:70