mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 16:45:57 -05:00
Reverted ENABLE_X11 patch - FIXME, this needs a better solution in the future.
This commit is contained in:
@@ -50,7 +50,7 @@ typedef struct SDL_SysWMinfo SDL_SysWMinfo;
|
||||
|
||||
/* This is the structure for custom window manager events */
|
||||
#if (defined(unix) || defined(__unix__) || defined(_AIX)) && \
|
||||
(defined(ENABLE_X11) && !defined(__CYGWIN32__))
|
||||
(!defined(DISABLE_X11) && !defined(__CYGWIN32__))
|
||||
/* AIX is unix, of course, but the native compiler CSet doesn't define unix */
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
Reference in New Issue
Block a user