From b14aceea51010326a071c3a0a4ae74094e0a015d Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 21 Dec 2025 16:53:21 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_hints.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index 68cbdcbe86..8855561678 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -3726,7 +3726,9 @@ extern "C" { * * - "0": Fullscreen windows will not be minimized when they lose focus. * - "1": Fullscreen windows are minimized when they lose focus. - * - "auto": Fullscreen windows are minimized when they lose focus if they use exclusive fullscreen modes, so the desktop video mode is restored. (default) + * - "auto": Fullscreen windows are minimized when they lose focus if they use + * exclusive fullscreen modes, so the desktop video mode is restored. + * (default) * * This hint can be set anytime. *