mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #8810 from Techjar/have-xrandr-fix
Core/UICommon: Fix EnableScreenSaver preprocessor directive
This commit is contained in:
@@ -396,7 +396,7 @@ bool TriggerSTMPowerEvent()
|
||||
return true;
|
||||
}
|
||||
|
||||
#if defined(HAVE_XRANDR) && HAVE_X11
|
||||
#if defined(HAVE_XRANDR) && HAVE_XRANDR
|
||||
void EnableScreenSaver(Window win, bool enable)
|
||||
#else
|
||||
void EnableScreenSaver(bool enable)
|
||||
|
||||
Reference in New Issue
Block a user