From 285fa671aac4e71f61be8392b16126f87f5ef5c4 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 14 Mar 2025 17:46:58 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_hints.h | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index 2b073b6abe2f1..b1dea0ecabfaf 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -3412,11 +3412,12 @@ extern "C" {
*
* The variable can be set to the following values:
*
- * - "0": SDL will not attempt to automatically set a matching mode on the destination display.
- * If an exclusive fullscreen window is moved to a new display, the window will become
- * fullscreen desktop.
- * - "1": SDL will attempt to automatically set a mode on the destination display that most closely
- * matches the mode of the display that the exclusive fullscreen window was previously on. (default)
+ * - "0": SDL will not attempt to automatically set a matching mode on the
+ * destination display. If an exclusive fullscreen window is moved to a new
+ * display, the window will become fullscreen desktop.
+ * - "1": SDL will attempt to automatically set a mode on the destination
+ * display that most closely matches the mode of the display that the
+ * exclusive fullscreen window was previously on. (default)
*
* This hint can be set anytime.
*