From dede2ab86f56f7d9fcce24c3543d15b2a66aa561 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 15 Oct 2024 17:53:13 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_hints.h | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index e809b1abd57cc..0d585851cd9db 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -3135,13 +3135,14 @@ extern "C" {
* A comma separated list containing the names of the displays that SDL should
* sort to the front of the display list.
*
- * When this hint is set, displays with matching name strings will be prioritized in
- * the list of displays, as exposed by calling SDL_GetDisplays(), with the first listed
- * becoming the primary display. The naming convention can vary depending on the environment,
- * but it is usually a connector name (e.g. 'DP-1', 'DP-2', 'HDMI-1', etc...).
- *
- * On X11 and Wayland desktops, the connector names associated with displays can typically be
- * found by using the `xrandr` utility.
+ * When this hint is set, displays with matching name strings will be
+ * prioritized in the list of displays, as exposed by calling
+ * SDL_GetDisplays(), with the first listed becoming the primary display. The
+ * naming convention can vary depending on the environment, but it is usually
+ * a connector name (e.g. 'DP-1', 'DP-2', 'HDMI-1', etc...).
+ *
+ * On X11 and Wayland desktops, the connector names associated with displays
+ * can typically be found by using the `xrandr` utility.
*
* This hint is currently supported on the following drivers:
*