Skip to content

Commit ac29b02

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 1fe9267 commit ac29b02

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

include/SDL3/SDL_hints.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,10 +2477,9 @@ extern "C" {
24772477
* A variable that controls whether KMSDRM will use "atomic" functionality.
24782478
*
24792479
* The KMSDRM backend can use atomic commits, if both DRM_CLIENT_CAP_ATOMIC
2480-
* and DRM_CLIENT_CAP_UNIVERSAL_PLANES is supported by the system. As of
2481-
* SDL 3.4.0, it will favor this functionality, but in case this doesn't
2482-
* work well on a given system or other surprises, this hint can be used
2483-
* to disable it.
2480+
* and DRM_CLIENT_CAP_UNIVERSAL_PLANES is supported by the system. As of SDL
2481+
* 3.4.0, it will favor this functionality, but in case this doesn't work well
2482+
* on a given system or other surprises, this hint can be used to disable it.
24842483
*
24852484
* This hint can not enable the functionality if it isn't available.
24862485
*

0 commit comments

Comments
 (0)