Jelajahi Sumber

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.
Frank Praznik 4 minggu lalu
induk
melakukan
76aa12701a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      include/SDL3/SDL_hints.h

+ 1 - 1
include/SDL3/SDL_hints.h

@@ -2838,7 +2838,7 @@ extern "C" {
  *   (default)
  *   (default)
  * - "1": Cursors will automatically match the display content scale (e.g. a
  * - "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%
  *   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.
  * This hint needs to be set before creating cursors.
  *
  *