Added placeholder in the patch notes for renamed functions

main
Sam Lantinga 2022-12-22 16:07:47 -08:00
parent 1cf2b566af
commit 08c45eb37e
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ General:
* SDL_GetWindowWMInfo() returns a standard int result code instead of SDL_bool, and takes SDL_SYSWM_CURRENT_VERSION as a new third parameter * SDL_GetWindowWMInfo() returns a standard int result code instead of SDL_bool, and takes SDL_SYSWM_CURRENT_VERSION as a new third parameter
* The preprocessor symbol __MACOSX__ has been renamed __MACOS__ * The preprocessor symbol __MACOSX__ has been renamed __MACOS__
* The preprocessor symbol __IPHONEOS__ has been renamed __IOS__ * The preprocessor symbol __IPHONEOS__ has been renamed __IOS__
* The following functions have been renamed:
* Removed the following functions from the API, see docs/README-migration.md for details: * Removed the following functions from the API, see docs/README-migration.md for details:
* SDL_CalculateGammaRamp() * SDL_CalculateGammaRamp()
* SDL_CreateRGBSurface() * SDL_CreateRGBSurface()