Mercurial > sdl-ios-xcode
comparison src/video/Xext/Xinerama/Xinerama.c @ 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 | ecba4bbaf9c2 |
children |
comparison
equal
deleted
inserted
replaced
4143:73e7e7f5b5a1 | 4144:904defc0792e |
---|---|
26 /* $XFree86: xc/lib/Xinerama/Xinerama.c,v 1.2 2001/07/23 17:20:28 dawes Exp $ */ | 26 /* $XFree86: xc/lib/Xinerama/Xinerama.c,v 1.2 2001/07/23 17:20:28 dawes Exp $ */ |
27 | 27 |
28 #define NEED_EVENTS | 28 #define NEED_EVENTS |
29 #define NEED_REPLIES | 29 #define NEED_REPLIES |
30 | 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 | |
31 #include <X11/Xlibint.h> | 34 #include <X11/Xlibint.h> |
35 #endif | |
36 | |
32 #include <X11/Xutil.h> | 37 #include <X11/Xutil.h> |
33 #include "../extensions/Xext.h" | 38 #include "../extensions/Xext.h" |
34 #include "../extensions/extutil.h" /* in ../include */ | 39 #include "../extensions/extutil.h" /* in ../include */ |
35 #include "../extensions/panoramiXext.h" | 40 #include "../extensions/panoramiXext.h" |
36 #include "../extensions/panoramiXproto.h" /* in ../include */ | 41 #include "../extensions/panoramiXproto.h" /* in ../include */ |