comparison src/video/x11/SDL_x11dyn.h @ 1351:82c38796c7ca

Changed X11 header order so it works on Solaris. Fixes Bugzilla #138. --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 08 Feb 2006 20:29:12 +0000
parents 2b3ebc327017
children 19418e4422cb
comparison
equal deleted inserted replaced
1350:adc8ff3c9597 1351:82c38796c7ca
24 #define _SDL_x11dyn_h 24 #define _SDL_x11dyn_h
25 25
26 #include <X11/Xlib.h> 26 #include <X11/Xlib.h>
27 #include <X11/Xutil.h> 27 #include <X11/Xutil.h>
28 #include <X11/Xatom.h> 28 #include <X11/Xatom.h>
29 #include <X11/Xlibint.h>
29 #include <X11/Xproto.h> 30 #include <X11/Xproto.h>
30 #include <X11/Xlibint.h>
31 31
32 #include <Xext/extensions/extutil.h> 32 #include <Xext/extensions/extutil.h>
33 33
34 #ifndef NO_SHARED_MEMORY 34 #ifndef NO_SHARED_MEMORY
35 #include <sys/ipc.h> 35 #include <sys/ipc.h>