Techjar ac9b246809 Core/UICommon: Fix EnableScreenSaver preprocessor directive
The include for X11Utils.h (and by extension Xlib.h) is gated behind
HAVE_XRANDR, as well as the declaration for this function, but its
definition was mistakenly gated behind HAVE_X11. Therefore, if we have
X11 but not Xrandr, the build will fail due to declaration/definition
mismatch and the missing Window type.
2020-05-13 02:11:29 -04:00
..
2020-05-03 20:48:30 +04:00
2020-05-04 18:26:56 +02:00
2020-04-29 12:56:52 +02:00
2020-04-29 12:56:52 +02:00
2019-05-08 23:59:04 +02:00