mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-07 21:58:30 +02:00
Set up inhibit_screensaver config option to disable the feature
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user