comparison src/video/Xext/XME/xme.c @ 1599:ecba4bbaf9c2

More dynamic X11 mangling...should fix NetBSD builds. And hopefully doesn't break 6 other platforms. :)
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 23 Mar 2006 08:43:37 +0000
parents 3ba88cb7eb1b
children 782fd950bd46 c121d94672cb a10bddfdc40f
comparison
equal deleted inserted replaced
1598:5a6893ebc15a 1599:ecba4bbaf9c2
12 */ 12 */
13 13
14 #define NEED_EVENTS 14 #define NEED_EVENTS
15 #define NEED_REPLIES 15 #define NEED_REPLIES
16 16
17 #include "../../x11/SDL_x11dyn.h" 17 #include <X11/Xlibint.h>
18
19 /*#include <X11/Xlibint.h>*/
20 #include <X11/Xthreads.h> 18 #include <X11/Xthreads.h>
21 #include <X11/Xmd.h> 19 #include <X11/Xmd.h>
22 #include <X11/Xproto.h> 20 #include <X11/Xproto.h>
23 #include <X11/extensions/Xext.h> 21 #include "../extensions/Xext.h"
24 #include "../extensions/extutil.h" 22 #include "../extensions/extutil.h"
25 23
26 /*****************************************************************************/ 24 /*****************************************************************************/
27 25
28 26