Mercurial > sdl-ios-xcode
comparison src/video/Xext/Xxf86vm/XF86VMode.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | d05306f0dc21 |
children | 6fd39b50dd91 |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
35 | 35 |
36 #define NEED_EVENTS | 36 #define NEED_EVENTS |
37 #define NEED_REPLIES | 37 #define NEED_REPLIES |
38 #ifndef XBUILD_IN_CLIENT | 38 #ifndef XBUILD_IN_CLIENT |
39 #include <X11/Xlibint.h> | 39 #include <X11/Xlibint.h> |
40 #include "xf86vmstr.h" | 40 #include "../extensions/xf86vmstr.h" |
41 #include <X11/extensions/Xext.h> | 41 #include <X11/extensions/Xext.h> |
42 #include "extutil.h" | 42 #include "../extensions/extutil.h" |
43 #else | 43 #else |
44 #include "lib/X11/Xlibint.h" | 44 #include "lib/X11/Xlibint.h" |
45 #include "include/extensions/xf86vmstr.h" | 45 #include "include/extensions/xf86vmstr.h" |
46 #include "include/extensions/Xext.h" | 46 #include "include/extensions/Xext.h" |
47 #include "include/extensions/extutil.h" | 47 #include "include/extensions/extutil.h" |