Add initial screensaver inhibiting code

This commit is contained in:
Marc Di Luzio
2019-01-27 13:19:27 +00:00
parent 6544bfb99d
commit 42dd7e6ea8
3 changed files with 77 additions and 0 deletions

View File

@@ -39,3 +39,8 @@ POSSIBILITY OF SUCH DAMAGE.
* Run the main D-BUS loop "forever"
*/
void game_mode_context_loop(GameModeContext *context);
/**
* Inhibit the screensaver
*/
int game_mode_inhibit_screensaver(bool inhibit);