Mercurial > sdl-ios-xcode
diff src/video/Xext/Xv/Xv.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 | 3692456e7b0f |
line wrap: on
line diff
--- a/src/video/Xext/Xv/Xv.c Wed Jan 04 21:01:49 2006 +0000 +++ b/src/video/Xext/Xv/Xv.c Wed Jan 04 22:57:50 2006 +0000 @@ -58,12 +58,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 - static XExtensionInfo _xv_info_data; static XExtensionInfo *xv_info = &_xv_info_data; static char *xv_extension_name = XvName;