From cbcb1d42c4afad028f5adf8113c5d79f4f570330 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 6 Sep 2025 18:23:12 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_render.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h index 018f18cff3..85559fad27 100644 --- a/include/SDL3/SDL_render.h +++ b/include/SDL3/SDL_render.h @@ -1485,7 +1485,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetRenderLogicalPresentation(SDL_Renderer * * \param renderer the rendering context. * \param w an int filled with the logical presentation width. * \param h an int filled with the logical presentation height. - * \param mode a variable filled with the logical presentation mode being used. + * \param mode a variable filled with the logical presentation mode being + * used. * \returns true on success or false on failure; call SDL_GetError() for more * information. *