Skip to content

Commit

Permalink
Reverted ENABLE_X11 patch - FIXME, this needs a better solution in th…
Browse files Browse the repository at this point in the history
…e future.
  • Loading branch information
Sam Lantinga committed May 22, 2001
1 parent 0746b49 commit 71d8902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_syswm.h
Expand Up @@ -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>
Expand Down

0 comments on commit 71d8902

Please sign in to comment.