From 8407a162555f209ddf0481819cbe047f0c4f208c Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 22 Mar 2025 15:05:04 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- 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 3bebf9093f..2ee80389c9 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -2830,7 +2830,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_FlashWindow(SDL_Window *window, SDL_FlashOp * * \threadsafety This function should only be called on the main thread. * - * \since This function is available since SDL 3.2.8. + * \since This function is available since SDL 3.4.0. */ extern SDL_DECLSPEC bool SDLCALL SDL_SetWindowProgressState(SDL_Window *window, SDL_ProgressState state); @@ -2844,7 +2844,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetWindowProgressState(SDL_Window *window, * * \threadsafety This function should only be called on the main thread. * - * \since This function is available since SDL 3.2.8. + * \since This function is available since SDL 3.4.0. */ extern SDL_DECLSPEC bool SDLCALL SDL_SetWindowProgressValue(SDL_Window *window, float value);