From 05b3605a41d4743c2ba1fc8a4763e32ad80e7a1b Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Wed, 27 Mar 2024 18:02:23 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_video.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index fb28975d2f..fff4e8fa85 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -2110,7 +2110,10 @@ extern DECLSPEC int SDLCALL SDL_SetWindowShape(SDL_Window *window, SDL_Surface * extern DECLSPEC int SDLCALL SDL_FlashWindow(SDL_Window *window, SDL_FlashOperation operation); /** - * Destroy a window. If the window has an associated SDL_Renderer, it will be implicitly destroyed as well. + * Destroy a window. + * + * If the window has an associated SDL_Renderer, it will be implicitly + * destroyed as well. * * If `window` is NULL, this function will return immediately after setting * the SDL error message to "Invalid window". See SDL_GetError().