Mercurial > sdl-ios-xcode
comparison include/SDL_syswm.h @ 94:ae6e6b73333f
Cleaned up the OpenBSD port, thanks to Peter Valchev
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sun, 08 Jul 2001 09:00:06 +0000 |
parents | 13ae3bc6e39a |
children | b8688cfdc232 |
comparison
equal
deleted
inserted
replaced
93:fc774f445e10 | 94:ae6e6b73333f |
---|---|
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)) && \ | 52 #if (defined(unix) || defined(__unix__) || defined(_AIX) || defined(__OpenBSD__)) && \ |
53 (!defined(DISABLE_X11) && !defined(__CYGWIN32__)) | 53 (!defined(DISABLE_X11) && !defined(__CYGWIN32__)) |
54 /* AIX is unix, of course, but the native compiler CSet doesn't define unix */ | 54 /* AIX is unix, of course, but the native compiler CSet doesn't define unix */ |
55 #include <X11/Xlib.h> | 55 #include <X11/Xlib.h> |
56 #include <X11/Xatom.h> | 56 #include <X11/Xatom.h> |
57 | 57 |