diff src/video/x11/SDL_x11dyn.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 2bf9dda618e5
children 2b3ebc327017
line wrap: on
line diff
--- a/src/video/x11/SDL_x11dyn.h	Tue Jan 31 18:08:33 2006 +0000
+++ b/src/video/x11/SDL_x11dyn.h	Tue Jan 31 18:39:32 2006 +0000
@@ -29,11 +29,7 @@
 #include <X11/Xproto.h>
 #include <X11/Xlibint.h>
 
-#if defined(__osf__)
-#include <XFree86/extensions/extutil.h>
-#else
-#include <X11/extensions/extutil.h>
-#endif
+#include <Xext/extensions/extutil.h>
 
 #ifndef NO_SHARED_MEMORY
 #include <sys/ipc.h>