Documentation cleanup

This commit is contained in:
Sam Lantinga
2022-12-27 05:28:18 -08:00
parent 47170d288e
commit 9625fb2832
3 changed files with 6 additions and 10 deletions

View File

@@ -15,11 +15,11 @@ General:
* RW_SEEK_CUR -> SDL_RW_SEEK_CUR
* RW_SEEK_END -> SDL_RW_SEEK_END
* RW_SEEK_SET -> SDL_RW_SEEK_SET
* SDL_FreeWAV has been removed and calls can be replaced with SDL_free
* The following functions have been renamed:
* SDL_FreeWAV => SDL_free
* Removed the following functions from the API, see docs/README-migration.md for details:
* SDL_AudioInit
* SDL_AudioQuit
* SDL_AudioInit()
* SDL_AudioQuit()
* SDL_CalculateGammaRamp()
* SDL_CreateRGBSurface()
* SDL_CreateRGBSurfaceFrom()