mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #8810 from Techjar/have-xrandr-fix
Core/UICommon: Fix EnableScreenSaver preprocessor directive
This commit is contained in:
commit
c704548f00
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ bool TriggerSTMPowerEvent()
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(HAVE_XRANDR) && HAVE_X11
|
#if defined(HAVE_XRANDR) && HAVE_XRANDR
|
||||||
void EnableScreenSaver(Window win, bool enable)
|
void EnableScreenSaver(Window win, bool enable)
|
||||||
#else
|
#else
|
||||||
void EnableScreenSaver(bool enable)
|
void EnableScreenSaver(bool enable)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue