Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/Xext/Xxf86vm/XF86VMode.c Wed Jan 04 21:01:49 2006 +0000 +++ b/src/video/Xext/Xxf86vm/XF86VMode.c Wed Jan 04 22:57:50 2006 +0000 @@ -49,12 +49,6 @@ #include "../../x11/SDL_x11dyn.h" -/* Workaround code in headers... */ -#define _XFlush p_XFlush -#define _XFlushGCCache p_XFlushGCCache -#define _XReply p_XReply -#define _XSend p_XSend - #ifdef DEBUG #include <stdio.h> #endif