comparison src/video/Xext/Xxf86dga/XF86DGA2.c @ 1384:6fd39b50dd91

build fixes for IRIX 6.5 - dynamic X11 loading works! :)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Feb 2006 08:49:00 +0000
parents 19418e4422cb
children 3ba88cb7eb1b
comparison
equal deleted inserted replaced
1383:1736c5e2173f 1384:6fd39b50dd91
14 #include <os2.h> 14 #include <os2.h>
15 #endif 15 #endif
16 16
17 #define NEED_EVENTS 17 #define NEED_EVENTS
18 #define NEED_REPLIES 18 #define NEED_REPLIES
19 #include <X11/Xlibint.h> 19
20 #include "../../x11/SDL_x11dyn.h"
21
22 /*#include <X11/Xlibint.h>*/
20 #include "../extensions/xf86dga.h" 23 #include "../extensions/xf86dga.h"
21 #include "../extensions/xf86dgastr.h" 24 #include "../extensions/xf86dgastr.h"
22 #include <X11/extensions/Xext.h> 25 #include <X11/extensions/Xext.h>
23 #include "../extensions/extutil.h" 26 #include "../extensions/extutil.h"
24 #include <stdio.h> 27 #include <stdio.h>
25 28
26 #if defined(ENABLE_FBCON) /* Needed for framebuffer console support */ 29 #if defined(ENABLE_FBCON) /* Needed for framebuffer console support */
27 #include <sys/ioctl.h> 30 #include <sys/ioctl.h>
28 #include <linux/fb.h> 31 #include <linux/fb.h>
29 #endif 32 #endif
30
31 #include "../../x11/SDL_x11dyn.h"
32 33
33 /* If you change this, change the Bases[] array below as well */ 34 /* If you change this, change the Bases[] array below as well */
34 #define MAX_HEADS 16 35 #define MAX_HEADS 16
35 36
36 char *SDL_NAME(xdga_extension_name) = XF86DGANAME; 37 char *SDL_NAME(xdga_extension_name) = XF86DGANAME;