diff src/video/x11/SDL_x11video.h @ 1306:0c105755b110

Changed references to XFree86 to Xext to match change in directory structure. Reference Bugzilla #116.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 31 Jan 2006 18:39:32 +0000
parents caf0328c8058
children c9b51268668f
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.h	Tue Jan 31 18:08:33 2006 +0000
+++ b/src/video/x11/SDL_x11video.h	Tue Jan 31 18:39:32 2006 +0000
@@ -33,13 +33,13 @@
 #include <X11/Xatom.h>
 
 #ifdef XFREE86_DGAMOUSE
-#include <XFree86/extensions/xf86dga.h>
+#include <Xext/extensions/xf86dga.h>
 #endif
 #ifdef XFREE86_VM
-#include <XFree86/extensions/xf86vmode.h>
+#include <Xext/extensions/xf86vmode.h>
 #endif
 #ifdef HAVE_XIGXME
-#include <XFree86/extensions/xme.h>
+#include <Xext/extensions/xme.h>
 #endif
 
 #include <string.h>