sdl2_frt/src/video/x11
Ryan C. Gordon e3f4ca0d71 configure/cmake/x11: Removed SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 test.
This was the only thing that made SDL_config.h generate differently between
32 and 64-bit versions of Linux, so instead we force a function cast in our
X11 code to match our dynamic loader version, which removes the compile error
on some machines that prompted this test in the first place.

Xlib never wrote to this data, so if you're on an older Xlib where this param
wasn't const, your data should still be intact when we force the caller to
think it was actually const after all.

Fixes Bugzilla #1893.
2015-06-08 01:13:51 -04:00
..
edid-parse.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
edid.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
imKStoUCS.c Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
imKStoUCS.h Windows: Always set the system timer resolution to 1ms by default. 2015-04-20 12:22:44 -04:00
SDL_x11clipboard.c Back out changeset b80349dd6d40. 2015-05-26 22:57:42 -04:00
SDL_x11clipboard.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11dyn.c configure/cmake/x11: Removed SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 test. 2015-06-08 01:13:51 -04:00
SDL_x11dyn.h X11: Add Xdbe support to message boxes (thanks, Melker!). 2015-05-28 00:30:21 -04:00
SDL_x11events.c X11: Fixed SelectionRequest replies for target TARGETS. 2015-06-04 15:41:39 -04:00
SDL_x11events.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11framebuffer.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11framebuffer.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11keyboard.c Improved fix for bug 2096 - Mapping from scancode to keycode doesn't work for remapped modifier keys 2015-05-28 19:06:07 -07:00
SDL_x11keyboard.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11messagebox.c X11: Fixed message boxes not responding to click on titlebar close button. 2015-05-31 22:48:26 -04:00
SDL_x11messagebox.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11modes.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11modes.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11mouse.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11mouse.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11opengl.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11opengl.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11opengles.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11opengles.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11shape.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11shape.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11sym.h configure/cmake/x11: Removed SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 test. 2015-06-08 01:13:51 -04:00
SDL_x11touch.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11touch.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11video.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11video.h X11: Add Xdbe support to message boxes (thanks, Melker!). 2015-05-28 00:30:21 -04:00
SDL_x11window.c Backed out changeset c6d43e08be34 2015-06-07 17:59:31 -04:00
SDL_x11window.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_x11xinput2.c X11: search all XI2 touch devices, not just masters (thanks, Volumetic!). 2015-05-31 22:59:59 -04:00
SDL_x11xinput2.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00