comparison include/SDL_syswm.h @ 1026:0f3aa6ab3341

Select patches included from The NetBSD Package Collection (www.pkgsrc.org)
author Sam Lantinga <slouken@libsdl.org>
date Wed, 12 Jan 2005 06:04:48 +0000
parents 8be85fa59cf3
children 974ba6ae0fa3
comparison
equal deleted inserted replaced
1025:3652d111416c 1026:0f3aa6ab3341
47 struct SDL_SysWMinfo; 47 struct SDL_SysWMinfo;
48 typedef struct SDL_SysWMinfo SDL_SysWMinfo; 48 typedef struct SDL_SysWMinfo SDL_SysWMinfo;
49 #else 49 #else
50 50
51 /* This is the structure for custom window manager events */ 51 /* This is the structure for custom window manager events */
52 #if (defined(unix) || defined(__unix__) || defined(_AIX) || defined(__OpenBSD__)) && \ 52 #if (defined(unix) || defined(__unix__) || defined(_AIX) || defined(__OpenBSD__) || defined(__NetBSD__)) && \
53 (!defined(DISABLE_X11) && !defined(__CYGWIN32__) && !defined(ENABLE_NANOX) && \ 53 (!defined(DISABLE_X11) && !defined(__CYGWIN32__) && !defined(ENABLE_NANOX) && \
54 !defined(__QNXNTO__)) 54 !defined(__QNXNTO__))
55 /* AIX is unix, of course, but the native compiler CSet doesn't define unix */ 55 /* AIX is unix, of course, but the native compiler CSet doesn't define unix */
56 #include <X11/Xlib.h> 56 #include <X11/Xlib.h>
57 #include <X11/Xatom.h> 57 #include <X11/Xatom.h>