1al_inhibit_screensaver(3) al_inhibit_screensaver(3)
2
3
4
6 al_inhibit_screensaver - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 bool al_inhibit_screensaver(bool inhibit)
12
14 This function allows the user to stop the system screensaver from
15 starting up if true is passed, or resets the system back to the default
16 state (the state at program start) if false is passed. It returns true
17 if the state was set successfully, otherwise false.
18
19
20
21Allegro reference manual al_inhibit_screensaver(3)