comparison src/video/Xext/XME/xme.c @ 3633:81dde1b00bf1

Merged r3576:3577 from branches/SDL-1.2: X11 Xlibint.h include fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 10 Jan 2010 18:19:35 +0000
parents dea73e1d07b0
children
comparison
equal deleted inserted replaced
3632:da2a23b56493 3633:81dde1b00bf1
12 */ 12 */
13 13
14 #define NEED_EVENTS 14 #define NEED_EVENTS
15 #define NEED_REPLIES 15 #define NEED_REPLIES
16 16
17 /* Apparently some X11 systems can't include this multiple times... */
18 #ifndef SDL_INCLUDED_XLIBINT_H
19 #define SDL_INCLUDED_XLIBINT_H 1
17 #include <X11/Xlibint.h> 20 #include <X11/Xlibint.h>
21 #endif
22
18 #include <X11/Xthreads.h> 23 #include <X11/Xthreads.h>
19 #include <X11/Xmd.h> 24 #include <X11/Xmd.h>
20 #include <X11/Xproto.h> 25 #include <X11/Xproto.h>
21 #include "../extensions/Xext.h" 26 #include "../extensions/Xext.h"
22 #include "../extensions/extutil.h" 27 #include "../extensions/extutil.h"