comparison src/video/x11/SDL_x11dyn.h @ 4570:36fad921c97f

Adding a few #defines for Xrender support.
author Sunny Sachanandani <sunnysachanandani@gmail.com>
date Wed, 19 May 2010 18:58:28 +0530
parents f7b03b6838cb
children cfea5b007bc7
comparison
equal deleted inserted replaced
4464:fa77a6429698 4570:36fad921c97f
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/render.h>
57 #endif
58
55 /* 59 /*
56 * When using the "dynamic X11" functionality, we duplicate all the Xlib 60 * When using the "dynamic X11" functionality, we duplicate all the Xlib
57 * symbols that would be referenced by SDL inside of SDL itself. 61 * symbols that would be referenced by SDL inside of SDL itself.
58 * These duplicated symbols just serve as passthroughs to the functions 62 * These duplicated symbols just serve as passthroughs to the functions
59 * in Xlib, that was dynamically loaded. 63 * in Xlib, that was dynamically loaded.