Mercurial > sdl-ios-xcode
comparison src/video/Xext/XME/xme.c @ 1384:6fd39b50dd91
build fixes for IRIX 6.5 - dynamic X11 loading works! :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Feb 2006 08:49:00 +0000 |
parents | 19418e4422cb |
children | 3ba88cb7eb1b |
comparison
equal
deleted
inserted
replaced
1383:1736c5e2173f | 1384:6fd39b50dd91 |
---|---|
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/Xlibint.h> | 17 #include "../../x11/SDL_x11dyn.h" |
18 | |
19 /*#include <X11/Xlibint.h>*/ | |
18 #include <X11/Xthreads.h> | 20 #include <X11/Xthreads.h> |
19 #include <X11/Xmd.h> | 21 #include <X11/Xmd.h> |
20 #include <X11/Xproto.h> | 22 #include <X11/Xproto.h> |
21 #include <X11/extensions/Xext.h> | 23 #include <X11/extensions/Xext.h> |
22 #include "../extensions/extutil.h" | 24 #include "../extensions/extutil.h" |
23 | |
24 #include "../../x11/SDL_x11dyn.h" | |
25 | 25 |
26 /*****************************************************************************/ | 26 /*****************************************************************************/ |
27 | 27 |
28 | 28 |
29 #define XIGMISC_PROTOCOL_NAME "XiG-SUNDRY-NONSTANDARD" | 29 #define XIGMISC_PROTOCOL_NAME "XiG-SUNDRY-NONSTANDARD" |