Mercurial > sdl-ios-xcode
comparison src/video/Xext/Xxf86vm/XF86VMode.c @ 1226:d05306f0dc21
More dynamic X11 fixes...catches some code in Xlib headers that caused
dependencies...
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 04 Jan 2006 22:57:50 +0000 |
parents | 045f186426e1 |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1225:09bc22169702 | 1226:d05306f0dc21 |
---|---|
46 #include "include/extensions/Xext.h" | 46 #include "include/extensions/Xext.h" |
47 #include "include/extensions/extutil.h" | 47 #include "include/extensions/extutil.h" |
48 #endif | 48 #endif |
49 | 49 |
50 #include "../../x11/SDL_x11dyn.h" | 50 #include "../../x11/SDL_x11dyn.h" |
51 | |
52 /* Workaround code in headers... */ | |
53 #define _XFlush p_XFlush | |
54 #define _XFlushGCCache p_XFlushGCCache | |
55 #define _XReply p_XReply | |
56 #define _XSend p_XSend | |
57 | 51 |
58 #ifdef DEBUG | 52 #ifdef DEBUG |
59 #include <stdio.h> | 53 #include <stdio.h> |
60 #endif | 54 #endif |
61 | 55 |