comparison src/video/x11/SDL_x11window.c @ 5186:227d81a4b66c

Removed a bunch of X11 support that we no longer need.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 04 Feb 2011 19:18:08 -0800
parents 073b86030262
children 3a8a452b49f0
comparison
equal deleted inserted replaced
5185:073b86030262 5186:227d81a4b66c
28 28
29 #include "SDL_x11video.h" 29 #include "SDL_x11video.h"
30 #include "SDL_x11mouse.h" 30 #include "SDL_x11mouse.h"
31 #include "SDL_x11gamma.h" 31 #include "SDL_x11gamma.h"
32 #include "SDL_x11shape.h" 32 #include "SDL_x11shape.h"
33 #include "../Xext/extensions/StdCmap.h"
34 33
35 #ifdef SDL_VIDEO_DRIVER_PANDORA 34 #ifdef SDL_VIDEO_DRIVER_PANDORA
36 #include "SDL_x11opengles.h" 35 #include "SDL_x11opengles.h"
37 #endif 36 #endif
38 37