From 22aeb1bbba2e05e2a60675b227f89421b062165f Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 5 Sep 2024 19:23:35 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_video.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index fd80ef1ed..e4d57c5d7 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -2251,11 +2251,12 @@ extern SDL_DECLSPEC float SDLCALL SDL_GetWindowOpacity(SDL_Window *window); /** * Toggle the state of the window as modal. * - * To enable modal status on a window, the window must currently be the child window of a parent, - * or toggling modal status on will fail. + * To enable modal status on a window, the window must currently be the child + * window of a parent, or toggling modal status on will fail. * * \param window the window on which to set the modal state. - * \param modal SDL_TRUE to toggle modal status on, SDL_FALSE to toggle it off. + * \param modal SDL_TRUE to toggle modal status on, SDL_FALSE to toggle it + * off. * \returns SDL_TRUE on success or SDL_FALSE on failure; call SDL_GetError() * for more information. *