SDL-mirror/include
Ryan C. Gordon ce5063420d 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
..
begin_code.h Fix fallback define for DECLSPEC for non-Windows platforms. 2015-05-26 16:25:22 -04:00
close_code.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_assert.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_atomic.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_audio.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_bits.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_blendmode.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_clipboard.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_config.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_config.h.cmake configure/cmake/x11: Removed SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 test. 2015-06-08 01:13:51 -04:00
SDL_config.h.in configure/cmake/x11: Removed SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 test. 2015-06-08 01:13:51 -04:00
SDL_config_android.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_config_iphoneos.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_config_macosx.h X11: Add Xdbe support to message boxes (thanks, Melker!). 2015-05-28 00:30:21 -04:00
SDL_config_minimal.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_config_pandora.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_config_psp.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_config_windows.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_config_winrt.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_config_wiz.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_copying.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_cpuinfo.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_egl.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_endian.h Fixed comments at conditional compilation macro in header file. 2015-06-05 19:41:34 +02:00
SDL_error.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_events.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_filesystem.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_gamecontroller.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_gesture.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_haptic.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_hints.h Fixed typo in header file documentation comment. 2015-05-29 22:24:38 +02:00
SDL_joystick.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_keyboard.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_keycode.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_loadso.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_log.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_main.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_messagebox.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_mouse.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_mutex.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_name.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_opengl.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_opengl_glext.h Allow setting of GL_CONTEXT_RELEASE_BEHAVIOR when creating the GL context when GLX_ARB_context_flush_control is available. 2015-03-06 16:03:40 +00:00
SDL_opengles.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_opengles2.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_opengles2_gl2.h SDL_opengles2: Update to latest Khronos headers. 2014-06-04 01:35:36 -07:00
SDL_opengles2_gl2ext.h SDL_opengles2: Update to latest Khronos headers. 2014-06-04 01:35:36 -07:00
SDL_opengles2_gl2platform.h SDL_opengles2: Update to latest Khronos headers. 2014-06-04 01:35:36 -07:00
SDL_opengles2_khrplatform.h SDL_opengles2: Update to latest Khronos headers. 2014-06-04 01:35:36 -07:00
SDL_pixels.h Fixed SDL_ISPIXELFORMAT_ALPHA to check pixel orders that match pixel type. 2015-05-31 01:45:20 -04:00
SDL_platform.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_power.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_quit.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_rect.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_render.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_revision.h Unofficial builds should have a 0 revision number - if this accidentally gets checked in with a different revision, this file should be reverted to this content. 2012-01-14 13:17:01 -05:00
SDL_rwops.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_scancode.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_shape.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_stdinc.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_surface.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_system.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_syswm.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_assert.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_common.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_compare.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_crc32.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_font.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_fuzzer.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_harness.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_images.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_log.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_md5.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_test_random.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_thread.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_timer.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_touch.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_types.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_version.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_video.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00