Set up inhibit_screensaver config option to disable the feature

This commit is contained in:
Marc Di Luzio
2019-02-03 15:45:11 +00:00
parent 309f683628
commit af27a712c9
4 changed files with 28 additions and 2 deletions

View File

@@ -89,6 +89,11 @@ bool config_get_client_blacklisted(GameModeConfig *self, const char *client);
*/
void config_get_reaper_thread_frequency(GameModeConfig *self, long *value);
/*
* Get whether we want to inhibit the screensaver (defaults to true)
*/
bool config_get_inhibit_screensaver(GameModeConfig *self);
/*
* Get a set of scripts to call when gamemode starts
*/