Mercurial > sdl-ios-xcode
comparison src/video/Xext/XME/xme.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 | a10bddfdc40f |
children |
comparison
equal
deleted
inserted
replaced
4143:73e7e7f5b5a1 | 4144:904defc0792e |
---|---|
12 */ | 12 */ |
13 | 13 |
14 #define NEED_EVENTS | 14 #define NEED_EVENTS |
15 #define NEED_REPLIES | 15 #define NEED_REPLIES |
16 | 16 |
17 /* Apparently some X11 systems can't include this multiple times... */ | |
18 #ifndef SDL_INCLUDED_XLIBINT_H | |
19 #define SDL_INCLUDED_XLIBINT_H 1 | |
17 #include <X11/Xlibint.h> | 20 #include <X11/Xlibint.h> |
21 #endif | |
22 | |
18 #include <X11/Xthreads.h> | 23 #include <X11/Xthreads.h> |
19 #include <X11/Xmd.h> | 24 #include <X11/Xmd.h> |
20 #include <X11/Xproto.h> | 25 #include <X11/Xproto.h> |
21 #include "../extensions/Xext.h" | 26 #include "../extensions/Xext.h" |
22 #include "../extensions/extutil.h" | 27 #include "../extensions/extutil.h" |