Mercurial > sdl-ios-xcode
comparison src/video/Xext/Xxf86vm/XF86VMode.c @ 1599:ecba4bbaf9c2
More dynamic X11 mangling...should fix NetBSD builds. And hopefully doesn't
break 6 other platforms. :)
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 23 Mar 2006 08:43:37 +0000 |
parents | 3ba88cb7eb1b |
children | 782fd950bd46 c121d94672cb 904defc0792e |
comparison
equal
deleted
inserted
replaced
1598:5a6893ebc15a | 1599:ecba4bbaf9c2 |
---|---|
34 /* THIS IS NOT AN X CONSORTIUM STANDARD */ | 34 /* THIS IS NOT AN X CONSORTIUM STANDARD */ |
35 | 35 |
36 #define NEED_EVENTS | 36 #define NEED_EVENTS |
37 #define NEED_REPLIES | 37 #define NEED_REPLIES |
38 | 38 |
39 #include "../../x11/SDL_x11dyn.h" | |
40 | |
41 #ifndef XBUILD_IN_CLIENT | 39 #ifndef XBUILD_IN_CLIENT |
42 /*#include <X11/Xlibint.h>*/ | 40 #include <X11/Xlibint.h> |
43 #include "../extensions/xf86vmstr.h" | 41 #include "../extensions/xf86vmstr.h" |
44 #include <X11/extensions/Xext.h> | 42 #include "../extensions/Xext.h" |
45 #include "../extensions/extutil.h" | 43 #include "../extensions/extutil.h" |
46 #else | 44 #else |
47 #include "lib/X11/Xlibint.h" | 45 #include "lib/X11/Xlibint.h" |
48 #include "include/extensions/xf86vmstr.h" | 46 #include "include/extensions/xf86vmstr.h" |
49 #include "include/extensions/Xext.h" | 47 #include "include/extensions/Xext.h" |