mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
reword SDL_FlashWindow params
so they link the types in the wiki
This commit is contained in:
parent
7a7d780289
commit
997dd3e6eb
1 changed files with 2 additions and 2 deletions
|
|
@ -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 window to be flashed
|
||||
* \param operation the flash operation
|
||||
* \param window the SDL_Window to be flashed
|
||||
* \param operation the SDL_FlashOperation to perform
|
||||
* \returns 0 on success or a negative error code on failure; call
|
||||
* SDL_GetError() for more information.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue