SDL: hints: Correct the cursor DPI scaling hint

From 76aa12701a5f0166c1b0cec038ea97759a098b07 Mon Sep 17 00:00:00 2001
From: Frank Praznik <[EMAIL REDACTED]>
Date: Mon, 20 Apr 2026 10:33:10 -0400
Subject: [PATCH] hints: Correct the cursor DPI scaling hint

Support for this hint was removed from Wayland shortly after it was added, but the documentation was never updated to reflect this.
---
 include/SDL3/SDL_hints.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index d01f36f8a9e2f..369dc7e921ce1 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -2838,7 +2838,7 @@ extern "C" {
  *   (default)
  * - "1": Cursors will automatically match the display content scale (e.g. a
  *   2x sized cursor will be used when the window is on a monitor with 200%
- *   scale). This is currently implemented on Windows and Wayland.
+ *   scale). This is currently implemented on Windows.
  *
  * This hint needs to be set before creating cursors.
  *