comparison src/video/Xext/Xxf86dga/XF86DGA2.c @ 1599:ecba4bbaf9c2

More dynamic X11 mangling...should fix NetBSD builds. And hopefully doesn't break 6 other platforms. :)
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 23 Mar 2006 08:43:37 +0000
parents 3ba88cb7eb1b
children 782fd950bd46 c121d94672cb 904defc0792e
comparison
equal deleted inserted replaced
1598:5a6893ebc15a 1599:ecba4bbaf9c2
15 #endif 15 #endif
16 16
17 #define NEED_EVENTS 17 #define NEED_EVENTS
18 #define NEED_REPLIES 18 #define NEED_REPLIES
19 19
20 #include "../../x11/SDL_x11dyn.h" 20 #include <X11/Xlibint.h>
21
22 /*#include <X11/Xlibint.h>*/
23 #include "../extensions/xf86dga.h" 21 #include "../extensions/xf86dga.h"
24 #include "../extensions/xf86dgastr.h" 22 #include "../extensions/xf86dgastr.h"
25 #include <X11/extensions/Xext.h> 23 #include "../extensions/Xext.h"
26 #include "../extensions/extutil.h" 24 #include "../extensions/extutil.h"
27 #include <stdio.h> 25 #include <stdio.h>
28 26
29 #if defined(ENABLE_FBCON) /* Needed for framebuffer console support */ 27 #if defined(ENABLE_FBCON) /* Needed for framebuffer console support */
30 #include <sys/ioctl.h> 28 #include <sys/ioctl.h>