From 1010254a2814f1c56ed601b66adbbf680e58a911 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 13 Mar 2023 18:22:16 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_video.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index ccf1251bf4..b0f6dbd629 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -770,7 +770,8 @@ extern DECLSPEC SDL_Window *SDLCALL SDL_GetWindowFromID(SDL_WindowID id); * Get parent of a window. * * \param window the window to query - * \returns the parent of the window on success or NULL if the window has no parent. + * \returns the parent of the window on success or NULL if the window has no + * parent. * * \since This function is available since SDL 3.0.0. *