From 9b40d43b1f8311cbb2a0e24ffd3eb5e41bd3977f Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 3 Jan 2025 22:37:37 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_hints.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index 6ce89fe6a6..8f8db4615f 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -3471,7 +3471,8 @@ extern "C" { * * - Rounding errors can result with odd window sizes and/or desktop scales, * which can cause the window contents to appear slightly blurry. - * - Positioning the window may be imprecise due to unit conversions and rounding. + * - Positioning the window may be imprecise due to unit conversions and + * rounding. * - The window may be unusably small on scaled desktops. * - The window may jump in size when moving between displays of different * scale factors.