diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index bd27b4955f..68cbdcbe86 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -3725,8 +3725,8 @@ extern "C" { * The variable can be set to the following values: * * - "0": Fullscreen windows will not be minimized when they lose focus. - * (default) * - "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) * * This hint can be set anytime. *