Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8810 from Techjar/have-xrandr-fix
Core/UICommon: Fix EnableScreenSaver preprocessor directive
  • Loading branch information
stenzek committed May 13, 2020
2 parents 2488e4a + ac9b246 commit c704548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/UICommon/UICommon.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit c704548

Please sign in to comment.