From 71d89023fe9f69091e67ab2a6902aed3fc2e4682 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 22 May 2001 05:05:16 +0000 Subject: [PATCH] Reverted ENABLE_X11 patch - FIXME, this needs a better solution in the future. --- include/SDL_syswm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_syswm.h b/include/SDL_syswm.h index 2df9b8044..34bb0c05b 100644 --- a/include/SDL_syswm.h +++ b/include/SDL_syswm.h @@ -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 #include