13 lines
529 B
Text
13 lines
529 B
Text
$NetBSD: patch-ai,v 1.2 2000/10/15 07:39:45 wulf Exp $
|
|
|
|
--- include/SDL_syswm.h.orig Thu Jul 27 05:25:52 2000
|
|
+++ include/SDL_syswm.h Mon Oct 2 13:29:35 2000
|
|
@@ -49,7 +49,7 @@
|
|
#else
|
|
|
|
/* This is the structure for custom window manager events */
|
|
-#if (defined(unix) || defined(__unix__) || defined(_AIX)) && \
|
|
+#if (defined(unix) || defined(__unix__) || defined(__NetBSD__)|| defined(_AIX)) && \
|
|
!defined(DISABLE_X11)
|
|
/* AIX is unix, of course, but the native compiler CSet doesn't define unix */
|
|
#include <X11/Xlib.h>
|