comparison src/video/Xext/Xxf86dga/XF86DGA2.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 dd2a8deeb26d
children 19418e4422cb
comparison
equal deleted inserted replaced
1225:09bc22169702 1226:d05306f0dc21
27 #include <sys/ioctl.h> 27 #include <sys/ioctl.h>
28 #include <linux/fb.h> 28 #include <linux/fb.h>
29 #endif 29 #endif
30 30
31 #include "../../x11/SDL_x11dyn.h" 31 #include "../../x11/SDL_x11dyn.h"
32
33 /* Workaround code in headers... */
34 #define _XFlush p_XFlush
35 #define _XFlushGCCache p_XFlushGCCache
36 #define _XReply p_XReply
37 #define _XSend p_XSend
38 32
39 /* If you change this, change the Bases[] array below as well */ 33 /* If you change this, change the Bases[] array below as well */
40 #define MAX_HEADS 16 34 #define MAX_HEADS 16
41 35
42 char *SDL_NAME(xdga_extension_name) = XF86DGANAME; 36 char *SDL_NAME(xdga_extension_name) = XF86DGANAME;