SDL-mirror/include
Sam Lantinga 9e842c74c1 Fixed Haiku build issue with missing extension support.
The visibility attribute warnings in Haiku gl.h can be fixed by editing gl.h and changing the line:
#elif defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
to
#elif (defined(__GNUC__) && __GNUC__ >= 4) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))

as described in: http://dev.haiku-os.org/ticket/8882
2013-05-21 22:48:50 -07:00
..
begin_code.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
close_code.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
doxyfile Removing some more references to SDL 1.3 2012-01-22 17:26:45 -05:00
SDL.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_assert.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_atomic.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_audio.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_bits.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_blendmode.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_clipboard.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_config.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_config.h.cmake Removed Nintendo DS support since nobody has volunteered to maintain it for over a year. 2013-03-17 09:44:58 -07:00
SDL_config.h.in Removed Nintendo DS support since nobody has volunteered to maintain it for over a year. 2013-03-17 09:44:58 -07:00
SDL_config_android.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_config_iphoneos.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_config_macosx.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_config_minimal.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_config_pandora.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_config_psp.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_config_windows.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_config_wiz.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_copying.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_cpuinfo.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_endian.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_error.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_events.h Fixed bug 1856 - (Patch) More bits for SDL_MouseMotionEvent.state 2013-05-20 23:57:10 -07:00
SDL_gamecontroller.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_gesture.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_haptic.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_hints.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_joystick.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_keyboard.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_keycode.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_loadso.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_log.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_main.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_messagebox.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_mouse.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_mutex.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_name.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_opengl.h Fixed Haiku build issue with missing extension support. 2013-05-21 22:48:50 -07:00
SDL_opengles.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_opengles2.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_pixels.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_platform.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_power.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_quit.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_rect.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_render.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -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 File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_scancode.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_shape.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_stdinc.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_surface.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_system.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_syswm.h Fixed bug 731 - No mechanism to extract the NSView for 3d library 2013-05-20 22:05:49 -07:00
SDL_test.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_test_assert.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_test_common.h Fixed bug 1837 - Use error extension instead of glGetError() 2013-05-19 22:28:10 -07:00
SDL_test_compare.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_test_crc32.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_test_font.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_test_fuzzer.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_test_harness.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_test_images.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_test_log.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_test_md5.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_test_random.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_thread.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_timer.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_touch.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_types.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_version.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_video.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00