diff src/video/Xext/Xxf86dga/XF86DGA.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 0c105755b110
line wrap: on
line diff
--- a/src/video/Xext/Xxf86dga/XF86DGA.c	Wed Jan 04 21:01:49 2006 +0000
+++ b/src/video/Xext/Xxf86dga/XF86DGA.c	Wed Jan 04 22:57:50 2006 +0000
@@ -66,12 +66,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
-
 extern XExtDisplayInfo* SDL_NAME(xdga_find_display)(Display*);
 extern char *SDL_NAME(xdga_extension_name);