Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Renamed things named after BeOS to be named after Haiku instead.
- Loading branch information
Showing
with
176 additions
and 167 deletions.
- +12 −10 CMakeLists.txt
- +1 −1 cmake/sdlchecks.cmake
- +29 −23 configure
- +32 −27 configure.in
- +7 −7 include/SDL_config.h.cmake
- +7 −7 include/SDL_config.h.in
- +0 −4 include/SDL_platform.h
- +1 −1 include/SDL_thread.h
- +0 −2 src/SDL.c
- +3 −3 src/audio/SDL_audio.c
- +18 −18 src/audio/{baudio/SDL_beaudio.cc → haiku/SDL_haikuaudio.cc}
- 0 src/audio/{baudio/SDL_beaudio.h → haiku/SDL_haikuaudio.h}
- +2 −2 src/events/SDL_sysevents.h
- +3 −3 src/filesystem/{beos → haiku}/SDL_sysfilesystem.cc
- +5 −4 src/joystick/{beos/SDL_bejoystick.cc → haiku/SDL_haikujoystick.cc}
- +3 −3 src/loadso/{beos → haiku}/SDL_sysloadso.c
- +3 −3 src/main/{beos → haiku}/SDL_BApp.h
- +3 −3 src/main/{beos → haiku}/SDL_BeApp.cc
- 0 src/main/{beos → haiku}/SDL_BeApp.h
- +3 −3 src/power/SDL_power.c
- +4 −3 src/power/{beos → haiku}/SDL_syspower.c
- +3 −3 src/timer/{beos → haiku}/SDL_systimer.c
- +2 −2 src/video/SDL_sysvideo.h
- +2 −2 src/video/SDL_video.c
- +2 −2 src/video/{bwindow → haiku}/SDL_BWin.h
- +2 −2 src/video/{bwindow → haiku}/SDL_bclipboard.cc
- 0 src/video/{bwindow → haiku}/SDL_bclipboard.h
- +2 −2 src/video/{bwindow → haiku}/SDL_bevents.cc
- 0 src/video/{bwindow → haiku}/SDL_bevents.h
- +3 −3 src/video/{bwindow → haiku}/SDL_bframebuffer.cc
- 0 src/video/{bwindow → haiku}/SDL_bframebuffer.h
- +2 −2 src/video/{bwindow → haiku}/SDL_bkeyboard.cc
- 0 src/video/{bwindow → haiku}/SDL_bkeyboard.h
- +3 −3 src/video/{bwindow → haiku}/SDL_bmodes.cc
- 0 src/video/{bwindow → haiku}/SDL_bmodes.h
- +3 −3 src/video/{bwindow → haiku}/SDL_bopengl.cc
- 0 src/video/{bwindow → haiku}/SDL_bopengl.h
- +4 −4 src/video/{bwindow → haiku}/SDL_bvideo.cc
- +1 −1 src/video/{bwindow → haiku}/SDL_bvideo.h
- +5 −5 src/video/{bwindow → haiku}/SDL_bwindow.cc
- 0 src/video/{bwindow → haiku}/SDL_bwindow.h
- +1 −1 test/configure
- +2 −2 test/configure.in
- +1 −1 visualtest/configure
- +2 −2 visualtest/configure.in
Oops, something went wrong.