Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/Xext/Xxf86vm/XF86VMode.c Thu Mar 23 08:37:36 2006 +0000 +++ b/src/video/Xext/Xxf86vm/XF86VMode.c Thu Mar 23 08:43:37 2006 +0000 @@ -36,12 +36,10 @@ #define NEED_EVENTS #define NEED_REPLIES -#include "../../x11/SDL_x11dyn.h" - #ifndef XBUILD_IN_CLIENT -/*#include <X11/Xlibint.h>*/ +#include <X11/Xlibint.h> #include "../extensions/xf86vmstr.h" -#include <X11/extensions/Xext.h> +#include "../extensions/Xext.h" #include "../extensions/extutil.h" #else #include "lib/X11/Xlibint.h"