comparison src/video/x11/SDL_x11dyn.c @ 1226:d05306f0dc21

More dynamic X11 fixes...catches some code in Xlib headers that caused dependencies...
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Jan 2006 22:57:50 +0000
parents f84c6f1397cd
children f60f6f4ffc6f
comparison
equal deleted inserted replaced
1225:09bc22169702 1226:d05306f0dc21
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 /*#define DEBUG_DYNAMIC_X11 1*/ 23 /*#define DEBUG_DYNAMIC_X11 1*/
24 24
25 #define __SDL_NO_REDEFINE_X11_HEADER_SYMS 1
25 #include "SDL_x11dyn.h" 26 #include "SDL_x11dyn.h"
26 27
27 #ifdef DEBUG_DYNAMIC_X11 28 #ifdef DEBUG_DYNAMIC_X11
28 #include <stdio.h> 29 #include <stdio.h>
29 #endif 30 #endif