From ac29b02b023967aa68c039fc35f69d2ba1ebeeb5 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 19 Oct 2025 18:24:22 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_hints.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index fa477bbc27..b5565b5496 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -2477,10 +2477,9 @@ extern "C" { * A variable that controls whether KMSDRM will use "atomic" functionality. * * The KMSDRM backend can use atomic commits, if both DRM_CLIENT_CAP_ATOMIC - * and DRM_CLIENT_CAP_UNIVERSAL_PLANES is supported by the system. As of - * SDL 3.4.0, it will favor this functionality, but in case this doesn't - * work well on a given system or other surprises, this hint can be used - * to disable it. + * and DRM_CLIENT_CAP_UNIVERSAL_PLANES is supported by the system. As of SDL + * 3.4.0, it will favor this functionality, but in case this doesn't work well + * on a given system or other surprises, this hint can be used to disable it. * * This hint can not enable the functionality if it isn't available. *