[host] windows: detect whether screensaver is disabled in the guest

This will allow us to add an option to disable the screensaver on the client
when an application in the guest requests it. This behaviour may be useful
when the guest is doing media playback.
This commit is contained in:
Quantum
2021-02-03 17:42:54 -05:00
committed by Geoffrey McRae
parent cc2104c699
commit 8e98f863b6
6 changed files with 35 additions and 1 deletions

View File

@@ -38,3 +38,5 @@ void app_quit();
// these must be implemented for each OS
const char * os_getExecutable();
const char * os_getDataPath();
bool os_blockScreensaver();