From 997dd3e6eb290619f889b5122626ae2a5e505167 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sat, 8 Jun 2024 20:43:23 +0200 Subject: [PATCH] reword SDL_FlashWindow params so they link the types in the wiki --- include/SDL3/SDL_video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index fc9a91b3dc..0653148f0d 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -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. *