Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11dyn.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 | d7535d7a40ea |
children | 227d81a4b66c |
comparison
equal
deleted
inserted
replaced
4569:e1664f94f026 | 4618:844b5ef4b149 |
---|---|
50 | 50 |
51 #if SDL_VIDEO_DRIVER_X11_XINPUT | 51 #if SDL_VIDEO_DRIVER_X11_XINPUT |
52 #include <X11/extensions/XInput.h> | 52 #include <X11/extensions/XInput.h> |
53 #endif | 53 #endif |
54 | 54 |
55 #if SDL_VIDEO_DRIVER_X11_XRENDER | |
56 #include <X11/extensions/Xrender.h> | |
57 #endif | |
58 | |
59 #if SDL_VIDEO_DRIVER_X11_XDAMAGE | |
60 #include <X11/extensions/Xdamage.h> | |
61 #endif | |
62 | |
63 #if SDL_VIDEO_DRIVER_X11_XFIXES | |
64 #include <X11/extensions/Xfixes.h> | |
65 #endif | |
66 | |
55 /* | 67 /* |
56 * When using the "dynamic X11" functionality, we duplicate all the Xlib | 68 * When using the "dynamic X11" functionality, we duplicate all the Xlib |
57 * symbols that would be referenced by SDL inside of SDL itself. | 69 * symbols that would be referenced by SDL inside of SDL itself. |
58 * These duplicated symbols just serve as passthroughs to the functions | 70 * These duplicated symbols just serve as passthroughs to the functions |
59 * in Xlib, that was dynamically loaded. | 71 * in Xlib, that was dynamically loaded. |