Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2023-07-09 20:50:16 +00:00
parent bea99d48f2
commit 550c84b4df
3 changed files with 6 additions and 3 deletions

View File

@@ -228,7 +228,8 @@ extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface *surface);
* will result in a memory leak.
*
* \param src the data stream for the surface
* \param freesrc if SDL_TRUE, calls SDL_RWclose() on `src` before returning, even in the case of an error
* \param freesrc if SDL_TRUE, calls SDL_RWclose() on `src` before returning,
* even in the case of an error
* \returns a pointer to a new SDL_Surface structure or NULL if there was an
* error; call SDL_GetError() for more information.
*