Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11dyn.h @ 4144:904defc0792e SDL-1.2
Fix X11 build issue with multiple includes of Xlibint.h ...
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 31 Mar 2008 05:27:21 +0000 |
parents | b966761fef6c |
children | a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
4143:73e7e7f5b5a1 | 4144:904defc0792e |
---|---|
25 #define _SDL_x11dyn_h | 25 #define _SDL_x11dyn_h |
26 | 26 |
27 #include <X11/Xlib.h> | 27 #include <X11/Xlib.h> |
28 #include <X11/Xutil.h> | 28 #include <X11/Xutil.h> |
29 #include <X11/Xatom.h> | 29 #include <X11/Xatom.h> |
30 | |
31 /* Apparently some X11 systems can't include this multiple times... */ | |
32 #ifndef SDL_INCLUDED_XLIBINT_H | |
33 #define SDL_INCLUDED_XLIBINT_H 1 | |
30 #include <X11/Xlibint.h> | 34 #include <X11/Xlibint.h> |
35 #endif | |
36 | |
31 #include <X11/Xproto.h> | 37 #include <X11/Xproto.h> |
32 | 38 |
33 #include "../Xext/extensions/Xext.h" | 39 #include "../Xext/extensions/Xext.h" |
34 #include "../Xext/extensions/extutil.h" | 40 #include "../Xext/extensions/extutil.h" |
35 | 41 |