Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-06-13 19:34:29 +00:00
parent 6821fb2fe4
commit 49f2a3463f

View File

@@ -2312,8 +2312,8 @@ extern SDL_DECLSPEC int SDLCALL SDL_SetWindowShape(SDL_Window *window, SDL_Surfa
/**
* Request a window to demand attention from the user.
*
* \param window the SDL_Window to be flashed
* \param operation the SDL_FlashOperation to perform
* \param window the window to be flashed
* \param operation the operation to perform
* \returns 0 on success or a negative error code on failure; call
* SDL_GetError() for more information.
*