diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-03-11 13:56:53 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-03-11 13:56:53 -0800 |
commit | 3b97514dcef6aaf8f15b63922eed646958874041 (patch) | |
tree | 141ea0ee5bb53d7df7901f3525f3a90943bf4c20 /include | |
parent | d8ce454e1e957931f94cd0f5dd3248490e717b58 (diff) |
Added support for the Xcursor library for color cursors
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SDL_config.h.in b/include/SDL_config.h.in index e5f416be..1c6f73b9 100644 --- a/include/SDL_config.h.in +++ b/include/SDL_config.h.in @@ -265,11 +265,13 @@ #undef SDL_VIDEO_DRIVER_X11 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT +#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE +#undef SDL_VIDEO_DRIVER_X11_XCURSOR #undef SDL_VIDEO_DRIVER_X11_XINERAMA #undef SDL_VIDEO_DRIVER_X11_XINPUT #undef SDL_VIDEO_DRIVER_X11_XRANDR |