Mercurial > sdl-ios-xcode
comparison src/video/dga/SDL_dgavideo.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 | 568c9b3c0167 |
children | a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
4143:73e7e7f5b5a1 | 4144:904defc0792e |
---|---|
23 | 23 |
24 #ifndef _SDL_dgavideo_h | 24 #ifndef _SDL_dgavideo_h |
25 #define _SDL_dgavideo_h | 25 #define _SDL_dgavideo_h |
26 | 26 |
27 #include <X11/Xlib.h> | 27 #include <X11/Xlib.h> |
28 | |
29 /* Apparently some X11 systems can't include this multiple times... */ | |
30 #ifndef SDL_INCLUDED_XLIBINT_H | |
31 #define SDL_INCLUDED_XLIBINT_H 1 | |
28 #include <X11/Xlibint.h> | 32 #include <X11/Xlibint.h> |
33 #endif | |
34 | |
29 #include <X11/Xproto.h> | 35 #include <X11/Xproto.h> |
30 | 36 |
31 #include "SDL_mouse.h" | 37 #include "SDL_mouse.h" |
32 #include "SDL_mutex.h" | 38 #include "SDL_mutex.h" |
33 #include "../SDL_sysvideo.h" | 39 #include "../SDL_sysvideo.h" |