Removed SDL_SWSURFACE, added unsigned suffix for surface flags

This commit is contained in:
Sam Lantinga
2024-05-16 11:40:38 -07:00
parent c24f860c4d
commit 7cddde32ac
2 changed files with 8 additions and 6 deletions

View File

@@ -1519,6 +1519,9 @@ The following functions have been renamed:
* SDL_UpperBlit() => SDL_BlitSurface()
* SDL_UpperBlitScaled() => SDL_BlitSurfaceScaled()
The following symbols have been removed:
* SDL_SWSURFACE
The following functions have been removed:
* SDL_GetYUVConversionMode()
* SDL_GetYUVConversionModeForResolution()