comparison 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
comparison
equal deleted inserted replaced
1305:babc963b6f8d 1306:0c105755b110
27 #include <X11/Xutil.h> 27 #include <X11/Xutil.h>
28 #include <X11/Xatom.h> 28 #include <X11/Xatom.h>
29 #include <X11/Xproto.h> 29 #include <X11/Xproto.h>
30 #include <X11/Xlibint.h> 30 #include <X11/Xlibint.h>
31 31
32 #if defined(__osf__) 32 #include <Xext/extensions/extutil.h>
33 #include <XFree86/extensions/extutil.h>
34 #else
35 #include <X11/extensions/extutil.h>
36 #endif
37 33
38 #ifndef NO_SHARED_MEMORY 34 #ifndef NO_SHARED_MEMORY
39 #include <sys/ipc.h> 35 #include <sys/ipc.h>
40 #include <sys/shm.h> 36 #include <sys/shm.h>
41 #include <X11/extensions/XShm.h> 37 #include <X11/extensions/XShm.h>