comparison include/SDL_config.h.in @ 2763:6fc50bdd88c0

Some cleanups on the new XInput code. One or two things got moved around, but largely this is hooked up correctly in the Unix configure system now: it can be dynamically loaded and fallback gracefully if not available, or libXi can be directly linked to libSDL. XInput support can be --disable'd from the configure script, too (defaults to enabled). Please note that while the framework is in place to gracefully fallback, the current state of the source requires XInput. We'll need to adjust a few things still to correct this.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 17 Sep 2008 08:20:57 +0000
parents 204be4fc2726
children 27cb878a278e
comparison
equal deleted inserted replaced
2762:90de10bc38ec 2763:6fc50bdd88c0
280 #undef SDL_VIDEO_DRIVER_X11_DPMS 280 #undef SDL_VIDEO_DRIVER_X11_DPMS
281 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC 281 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC
282 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT 282 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT
283 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR 283 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR
284 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRENDER 284 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRENDER
285 #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT
285 #undef SDL_VIDEO_DRIVER_X11_VIDMODE 286 #undef SDL_VIDEO_DRIVER_X11_VIDMODE
286 #undef SDL_VIDEO_DRIVER_X11_XINERAMA 287 #undef SDL_VIDEO_DRIVER_X11_XINERAMA
287 #undef SDL_VIDEO_DRIVER_X11_XME 288 #undef SDL_VIDEO_DRIVER_X11_XME
288 #undef SDL_VIDEO_DRIVER_X11_XRANDR 289 #undef SDL_VIDEO_DRIVER_X11_XRANDR
290 #undef SDL_VIDEO_DRIVER_X11_XINPUT
289 #undef SDL_VIDEO_DRIVER_X11_XV 291 #undef SDL_VIDEO_DRIVER_X11_XV
290 #undef SDL_VIDEO_DRIVER_XBIOS 292 #undef SDL_VIDEO_DRIVER_XBIOS
291 293
292 #undef SDL_VIDEO_RENDER_D3D 294 #undef SDL_VIDEO_RENDER_D3D
293 #undef SDL_VIDEO_RENDER_GDI 295 #undef SDL_VIDEO_RENDER_GDI