diff options
| author | Norbert Lange <nolange79@gmail.com> | 2021-02-03 01:25:06 +0100 |
|---|---|---|
| committer | Norbert Lange <nolange79@gmail.com> | 2021-02-22 14:30:43 +0100 |
| commit | 29eaf09be4e9cd7fa537718466faf0c28004e08e (patch) | |
| tree | 588b20fe7e76d0582a1f4970baec48f2d90e3b39 /Source/Core/DolphinNoGUI | |
| parent | b6e9cca64f41d20d6eaca46f151e2efd07ccafbf (diff) | |
Cleanup X11 and XRANDR Macros
This fixes build with X11 enabled and XRANDR disabled.
Diffstat (limited to 'Source/Core/DolphinNoGUI')
| -rw-r--r-- | Source/Core/DolphinNoGUI/PlatformX11.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinNoGUI/PlatformX11.cpp b/Source/Core/DolphinNoGUI/PlatformX11.cpp index 8eb8f2b802..c57e60bd9a 100644 --- a/Source/Core/DolphinNoGUI/PlatformX11.cpp +++ b/Source/Core/DolphinNoGUI/PlatformX11.cpp @@ -18,6 +18,7 @@ #include <X11/Xatom.h> #include <X11/Xlib.h> +#include <X11/Xutil.h> #include <X11/keysym.h> #include "UICommon/X11Utils.h" #include "VideoCommon/RenderBase.h" |
