Skip to content
Permalink
Browse files
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.
@@ -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)

0 comments on commit c704548

Please sign in to comment.