Sync SDL2 wiki -> header

[ci skip]

(cherry picked from commit fc536dcb7e)
This commit is contained in:
SDL Wiki Bot 2025-03-12 19:23:45 +00:00 committed by Ozkan Sezer
parent f08a5cfcab
commit c8c4c97727
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ extern DECLSPEC SDL_Renderer * SDLCALL SDL_CreateRenderer(SDL_Window * window,
* \since This function is available since SDL 2.0.0.
*
* \sa SDL_CreateRenderer
* \sa SDL_CreateWindowRenderer
* \sa SDL_CreateWindowAndRenderer
* \sa SDL_DestroyRenderer
*/
extern DECLSPEC SDL_Renderer * SDLCALL SDL_CreateSoftwareRenderer(SDL_Surface * surface);