Cleanup X11 and XRANDR Macros

This fixes build with X11 enabled and XRANDR disabled.
This commit is contained in:
Norbert Lange
2021-02-03 01:25:06 +01:00
parent b6e9cca64f
commit 29eaf09be4
5 changed files with 7 additions and 6 deletions

View File

@ -13,7 +13,7 @@ namespace UICommon
void Init();
void Shutdown();
#if defined(HAVE_XRANDR) && HAVE_XRANDR
#ifdef HAVE_X11
void InhibitScreenSaver(unsigned long win, bool enable);
#else
void InhibitScreenSaver(bool enable);