From 5c8c3931f26c5de3c010c5e0aeb6303c6df8e444 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 16 Nov 2023 09:56:16 -0800
Subject: [PATCH] Removed outdated information about SDL_GetWindowWMInfo()
---
docs/README-migration.md | 5 -----
1 file changed, 5 deletions(-)
diff --git a/docs/README-migration.md b/docs/README-migration.md
index f34119252a8a..0601988fcfce 100644
--- a/docs/README-migration.md
+++ b/docs/README-migration.md
@@ -1191,11 +1191,6 @@ becomes:
}
-### SDL_GetWindowWMInfo
-This function now returns a standard int result instead of SDL_bool, returning 0 if the function succeeds or a negative error code if there was an error. You should also pass SDL_SYSWM_CURRENT_VERSION as the new third version parameter. The version member of the info structure will be filled in with the version of data that is returned, the minimum of the version you requested and the version supported by the runtime SDL library.
SDL_thread.h
The following functions have been renamed: