Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.h @ 4618:844b5ef4b149
Merged Sunny's XRender changes from SDL-gsoc2010_xrender
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 28 Jul 2010 00:54:23 -0700 |
parents | a956a315fe67 0b3a509c53a0 |
children | c24ba2cc9583 |
comparison
equal
deleted
inserted
replaced
4569:e1664f94f026 | 4618:844b5ef4b149 |
---|---|
43 #include <X11/extensions/XInput.h> | 43 #include <X11/extensions/XInput.h> |
44 #endif | 44 #endif |
45 #if SDL_VIDEO_DRIVER_X11_SCRNSAVER | 45 #if SDL_VIDEO_DRIVER_X11_SCRNSAVER |
46 #include <X11/extensions/scrnsaver.h> | 46 #include <X11/extensions/scrnsaver.h> |
47 #endif | 47 #endif |
48 | 48 #if SDL_VIDEO_DRIVER_X11_XRENDER |
49 #include <X11/extensions/Xrender.h> | |
50 #endif | |
51 #if SDL_VIDEO_DRIVER_X11_XDAMAGE | |
52 #include <X11/extensions/Xdamage.h> | |
53 #endif | |
54 #if SDL_VIDEO_DRIVER_X11_XFIXES | |
55 #include <X11/extensions/Xfixes.h> | |
56 #endif | |
49 #include "SDL_x11dyn.h" | 57 #include "SDL_x11dyn.h" |
50 | 58 |
51 #include "SDL_x11clipboard.h" | 59 #include "SDL_x11clipboard.h" |
52 #include "SDL_x11events.h" | 60 #include "SDL_x11events.h" |
53 #include "SDL_x11gamma.h" | 61 #include "SDL_x11gamma.h" |