From 70727d36b28d90127049a9c23e10d395a0f39876 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 16 Jul 2024 16:37:08 +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 b2549b9ed..c7f43c8a9 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -2147,8 +2147,8 @@ extern SDL_DECLSPEC int SDLCALL SDL_SetWindowOpacity(SDL_Window *window, float o * as 1.0f without error. * * \param window the window to get the current opacity value from. - * \returns the opacity, (0.0f - transparent, 1.0f - opaque), or a negative error code on failure; call - * SDL_GetError() for more information. + * \returns the opacity, (0.0f - transparent, 1.0f - opaque), or a negative + * error code on failure; call SDL_GetError() for more information. * * \since This function is available since SDL 3.0.0. *