Merge pull request #8810 from Techjar/have-xrandr-fix

Core/UICommon: Fix EnableScreenSaver preprocessor directive
This commit is contained in:
Connor McLaughlin 2020-05-13 16:32:17 +10:00 committed by GitHub
commit c704548f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)