changeset 32:13ae3bc6e39a

Reverted ENABLE_X11 patch - FIXME, this needs a better solution in the future.
author Sam Lantinga <slouken@lokigames.com>
date Tue, 22 May 2001 05:05:16 +0000
parents 667aa8b373a4
children 81a7158fa836
files include/SDL_syswm.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_syswm.h	Fri May 11 18:44:57 2001 +0000
+++ b/include/SDL_syswm.h	Tue May 22 05:05:16 2001 +0000
@@ -50,7 +50,7 @@
 
 /* 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>