Mercurial > sdl-ios-xcode
comparison src/video/Xext/Xxf86vm/XF86VMode.c @ 1384:6fd39b50dd91
build fixes for IRIX 6.5 - dynamic X11 loading works! :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Feb 2006 08:49:00 +0000 |
parents | 19418e4422cb |
children | 3ba88cb7eb1b |
comparison
equal
deleted
inserted
replaced
1383:1736c5e2173f | 1384:6fd39b50dd91 |
---|---|
33 | 33 |
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 | |
39 #include "../../x11/SDL_x11dyn.h" | |
40 | |
38 #ifndef XBUILD_IN_CLIENT | 41 #ifndef XBUILD_IN_CLIENT |
39 #include <X11/Xlibint.h> | 42 /*#include <X11/Xlibint.h>*/ |
40 #include "../extensions/xf86vmstr.h" | 43 #include "../extensions/xf86vmstr.h" |
41 #include <X11/extensions/Xext.h> | 44 #include <X11/extensions/Xext.h> |
42 #include "../extensions/extutil.h" | 45 #include "../extensions/extutil.h" |
43 #else | 46 #else |
44 #include "lib/X11/Xlibint.h" | 47 #include "lib/X11/Xlibint.h" |
45 #include "include/extensions/xf86vmstr.h" | 48 #include "include/extensions/xf86vmstr.h" |
46 #include "include/extensions/Xext.h" | 49 #include "include/extensions/Xext.h" |
47 #include "include/extensions/extutil.h" | 50 #include "include/extensions/extutil.h" |
48 #endif | 51 #endif |
49 | |
50 #include "../../x11/SDL_x11dyn.h" | |
51 | 52 |
52 #ifdef DEBUG | 53 #ifdef DEBUG |
53 #include <stdio.h> | 54 #include <stdio.h> |
54 #endif | 55 #endif |
55 | 56 |