diff 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
line wrap: on
line diff
--- a/src/video/Xext/Xxf86dga/XF86DGA2.c	Mon Feb 20 03:57:03 2006 +0000
+++ b/src/video/Xext/Xxf86dga/XF86DGA2.c	Mon Feb 20 08:49:00 2006 +0000
@@ -16,7 +16,10 @@
 
 #define NEED_EVENTS
 #define NEED_REPLIES
-#include <X11/Xlibint.h>
+
+#include "../../x11/SDL_x11dyn.h"
+
+/*#include <X11/Xlibint.h>*/
 #include "../extensions/xf86dga.h"
 #include "../extensions/xf86dgastr.h"
 #include <X11/extensions/Xext.h>
@@ -28,8 +31,6 @@
 #include <linux/fb.h>
 #endif
 
-#include "../../x11/SDL_x11dyn.h"
-
 /* If you change this, change the Bases[] array below as well */
 #define MAX_HEADS 16