From 6d7d142b709f898d9729e2d6496299ec5a911022 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 8 Apr 2022 18:10:38 -0700
Subject: [PATCH] Fixed typo
---
include/SDL_hints.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/SDL_hints.h b/include/SDL_hints.h
index b61eb32bd1e..12466e99029 100644
--- a/include/SDL_hints.h
+++ b/include/SDL_hints.h
@@ -1950,8 +1950,7 @@ extern "C" {
* If not set or set to "", this hint is ignored. This hint must be set
* before the SDL_CreateWindow() call that it is intended to affect.
*
- * This hint is available since SDL 2.0.22. Before then, virtual devices are
- * always ignored.
+ * This hint is available since SDL 2.0.22.
*/
#define SDL_HINT_X11_WINDOW_TYPE "SDL_X11_WINDOW_TYPE"