From 49f2a3463fae0a1b6d1d23f2b37947782a9d5028 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 13 Jun 2024 19:34:29 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- 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 0653148f0d..9e15be7583 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 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. *