mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Clean up screen saver inhibition and apply setting change immediately.
This commit is contained in:
@ -14,9 +14,9 @@ void Init();
|
||||
void Shutdown();
|
||||
|
||||
#if defined(HAVE_XRANDR) && HAVE_XRANDR
|
||||
void EnableScreenSaver(unsigned long win, bool enable);
|
||||
void InhibitScreenSaver(unsigned long win, bool enable);
|
||||
#else
|
||||
void EnableScreenSaver(bool enable);
|
||||
void InhibitScreenSaver(bool enable);
|
||||
#endif
|
||||
|
||||
// Calls std::locale::global, selecting a fallback locale if the
|
||||
|
Reference in New Issue
Block a user