Mac and Linux SDL2 binary snapshots
Edward Rudd
2013-06-18 d681f55be3df899ad412083f573140f5a4fdad94

move linux headers into SDL2 subdir

63 files renamed
2 ■■■ changed files
include/SDL2/SDL.h patch | view | raw | blame | history
include/SDL2/SDL_assert.h patch | view | raw | blame | history
include/SDL2/SDL_atomic.h patch | view | raw | blame | history
include/SDL2/SDL_audio.h patch | view | raw | blame | history
include/SDL2/SDL_bits.h patch | view | raw | blame | history
include/SDL2/SDL_blendmode.h patch | view | raw | blame | history
include/SDL2/SDL_clipboard.h patch | view | raw | blame | history
include/SDL2/SDL_config.h 2 ●●● patch | view | raw | blame | history
include/SDL2/SDL_cpuinfo.h patch | view | raw | blame | history
include/SDL2/SDL_endian.h patch | view | raw | blame | history
include/SDL2/SDL_error.h patch | view | raw | blame | history
include/SDL2/SDL_events.h patch | view | raw | blame | history
include/SDL2/SDL_gamecontroller.h patch | view | raw | blame | history
include/SDL2/SDL_gesture.h patch | view | raw | blame | history
include/SDL2/SDL_haptic.h patch | view | raw | blame | history
include/SDL2/SDL_hints.h patch | view | raw | blame | history
include/SDL2/SDL_joystick.h patch | view | raw | blame | history
include/SDL2/SDL_keyboard.h patch | view | raw | blame | history
include/SDL2/SDL_keycode.h patch | view | raw | blame | history
include/SDL2/SDL_loadso.h patch | view | raw | blame | history
include/SDL2/SDL_log.h patch | view | raw | blame | history
include/SDL2/SDL_main.h patch | view | raw | blame | history
include/SDL2/SDL_messagebox.h patch | view | raw | blame | history
include/SDL2/SDL_mouse.h patch | view | raw | blame | history
include/SDL2/SDL_mutex.h patch | view | raw | blame | history
include/SDL2/SDL_name.h patch | view | raw | blame | history
include/SDL2/SDL_opengl.h patch | view | raw | blame | history
include/SDL2/SDL_opengles.h patch | view | raw | blame | history
include/SDL2/SDL_opengles2.h patch | view | raw | blame | history
include/SDL2/SDL_pixels.h patch | view | raw | blame | history
include/SDL2/SDL_platform.h patch | view | raw | blame | history
include/SDL2/SDL_power.h patch | view | raw | blame | history
include/SDL2/SDL_quit.h patch | view | raw | blame | history
include/SDL2/SDL_rect.h patch | view | raw | blame | history
include/SDL2/SDL_render.h patch | view | raw | blame | history
include/SDL2/SDL_revision.h patch | view | raw | blame | history
include/SDL2/SDL_rwops.h patch | view | raw | blame | history
include/SDL2/SDL_scancode.h patch | view | raw | blame | history
include/SDL2/SDL_shape.h patch | view | raw | blame | history
include/SDL2/SDL_stdinc.h patch | view | raw | blame | history
include/SDL2/SDL_surface.h patch | view | raw | blame | history
include/SDL2/SDL_system.h patch | view | raw | blame | history
include/SDL2/SDL_syswm.h patch | view | raw | blame | history
include/SDL2/SDL_test.h patch | view | raw | blame | history
include/SDL2/SDL_test_assert.h patch | view | raw | blame | history
include/SDL2/SDL_test_common.h patch | view | raw | blame | history
include/SDL2/SDL_test_compare.h patch | view | raw | blame | history
include/SDL2/SDL_test_crc32.h patch | view | raw | blame | history
include/SDL2/SDL_test_font.h patch | view | raw | blame | history
include/SDL2/SDL_test_fuzzer.h patch | view | raw | blame | history
include/SDL2/SDL_test_harness.h patch | view | raw | blame | history
include/SDL2/SDL_test_images.h patch | view | raw | blame | history
include/SDL2/SDL_test_log.h patch | view | raw | blame | history
include/SDL2/SDL_test_md5.h patch | view | raw | blame | history
include/SDL2/SDL_test_random.h patch | view | raw | blame | history
include/SDL2/SDL_thread.h patch | view | raw | blame | history
include/SDL2/SDL_timer.h patch | view | raw | blame | history
include/SDL2/SDL_touch.h patch | view | raw | blame | history
include/SDL2/SDL_types.h patch | view | raw | blame | history
include/SDL2/SDL_version.h patch | view | raw | blame | history
include/SDL2/SDL_video.h patch | view | raw | blame | history
include/SDL2/begin_code.h patch | view | raw | blame | history
include/SDL2/close_code.h patch | view | raw | blame | history
include/SDL2/SDL.h
include/SDL2/SDL_assert.h
include/SDL2/SDL_atomic.h
include/SDL2/SDL_audio.h
include/SDL2/SDL_bits.h
include/SDL2/SDL_blendmode.h
include/SDL2/SDL_clipboard.h
include/SDL2/SDL_config.h
File was renamed from include/SDL_config.h
@@ -71,7 +71,7 @@
#define HAVE_SIGNAL_H 1
/* #undef HAVE_ALTIVEC_H */
/* #undef HAVE_PTHREAD_NP_H */
/* #undef HAVE_LIBUDEV_H */
#define HAVE_LIBUDEV_H 1
#define HAVE_DBUS_DBUS_H 1
/* C library functions */
include/SDL2/SDL_cpuinfo.h
include/SDL2/SDL_endian.h
include/SDL2/SDL_error.h
include/SDL2/SDL_events.h
include/SDL2/SDL_gamecontroller.h
include/SDL2/SDL_gesture.h
include/SDL2/SDL_haptic.h
include/SDL2/SDL_hints.h
include/SDL2/SDL_joystick.h
include/SDL2/SDL_keyboard.h
include/SDL2/SDL_keycode.h
include/SDL2/SDL_loadso.h
include/SDL2/SDL_log.h
include/SDL2/SDL_main.h
include/SDL2/SDL_messagebox.h
include/SDL2/SDL_mouse.h
include/SDL2/SDL_mutex.h
include/SDL2/SDL_name.h
include/SDL2/SDL_opengl.h
include/SDL2/SDL_opengles.h
include/SDL2/SDL_opengles2.h
include/SDL2/SDL_pixels.h
include/SDL2/SDL_platform.h
include/SDL2/SDL_power.h
include/SDL2/SDL_quit.h
include/SDL2/SDL_rect.h
include/SDL2/SDL_render.h
include/SDL2/SDL_revision.h
include/SDL2/SDL_rwops.h
include/SDL2/SDL_scancode.h
include/SDL2/SDL_shape.h
include/SDL2/SDL_stdinc.h
include/SDL2/SDL_surface.h
include/SDL2/SDL_system.h
include/SDL2/SDL_syswm.h
include/SDL2/SDL_test.h
include/SDL2/SDL_test_assert.h
include/SDL2/SDL_test_common.h
include/SDL2/SDL_test_compare.h
include/SDL2/SDL_test_crc32.h
include/SDL2/SDL_test_font.h
include/SDL2/SDL_test_fuzzer.h
include/SDL2/SDL_test_harness.h
include/SDL2/SDL_test_images.h
include/SDL2/SDL_test_log.h
include/SDL2/SDL_test_md5.h
include/SDL2/SDL_test_random.h
include/SDL2/SDL_thread.h
include/SDL2/SDL_timer.h
include/SDL2/SDL_touch.h
include/SDL2/SDL_types.h
include/SDL2/SDL_version.h
include/SDL2/SDL_video.h
include/SDL2/begin_code.h
include/SDL2/close_code.h