comparison src/video/x11/SDL_x11video.h @ 4862:7b1d35d98294

Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Aug 2010 13:45:56 -0700
parents c24ba2cc9583 e562160a873f
children 1002d074d459
comparison
equal deleted inserted replaced
4764:102675835e08 4862:7b1d35d98294
52 #include <X11/extensions/Xdamage.h> 52 #include <X11/extensions/Xdamage.h>
53 #endif 53 #endif
54 #if SDL_VIDEO_DRIVER_X11_XFIXES 54 #if SDL_VIDEO_DRIVER_X11_XFIXES
55 #include <X11/extensions/Xfixes.h> 55 #include <X11/extensions/Xfixes.h>
56 #endif 56 #endif
57 #if SDL_VIDEO_DRIVER_X11_XSHAPE
58 #include <X11/extensions/shape.h>
59 #endif
60
57 #include "SDL_x11dyn.h" 61 #include "SDL_x11dyn.h"
58 62
59 #include "SDL_x11clipboard.h" 63 #include "SDL_x11clipboard.h"
60 #include "SDL_x11events.h" 64 #include "SDL_x11events.h"
61 #include "SDL_x11gamma.h" 65 #include "SDL_x11gamma.h"