mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
linux: Use D-Bus to inhibit screensaver
This commit is contained in:
@ -17,11 +17,7 @@ void Shutdown();
|
||||
void InitControllers(const WindowSystemInfo& wsi);
|
||||
void ShutdownControllers();
|
||||
|
||||
#ifdef HAVE_X11
|
||||
void InhibitScreenSaver(unsigned long win, bool enable);
|
||||
#else
|
||||
void InhibitScreenSaver(bool enable);
|
||||
#endif
|
||||
void InhibitScreenSaver(bool inhibit);
|
||||
|
||||
// Calls std::locale::global, selecting a fallback locale if the
|
||||
// requested locale isn't available
|
||||
|
Reference in New Issue
Block a user