comparison src/video/Xext/Xxf86dga/XF86DGA.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
56 #undef _SC_PAGESIZE 56 #undef _SC_PAGESIZE
57 #endif 57 #endif
58 58
59 #define NEED_EVENTS 59 #define NEED_EVENTS
60 #define NEED_REPLIES 60 #define NEED_REPLIES
61 #include <X11/Xlibint.h> 61
62 #include "../../x11/SDL_x11dyn.h"
63
64 /*#include <X11/Xlibint.h>*/
62 #include "../extensions/xf86dga.h" 65 #include "../extensions/xf86dga.h"
63 #include "../extensions/xf86dgastr.h" 66 #include "../extensions/xf86dgastr.h"
64 #include <X11/extensions/Xext.h> 67 #include <X11/extensions/Xext.h>
65 #include "../extensions/extutil.h" 68 #include "../extensions/extutil.h"
66
67 #include "../../x11/SDL_x11dyn.h"
68 69
69 extern XExtDisplayInfo* SDL_NAME(xdga_find_display)(Display*); 70 extern XExtDisplayInfo* SDL_NAME(xdga_find_display)(Display*);
70 extern char *SDL_NAME(xdga_extension_name); 71 extern char *SDL_NAME(xdga_extension_name);
71 72
72 #define XF86DGACheckExtension(dpy,i,val) \ 73 #define XF86DGACheckExtension(dpy,i,val) \