From b4d1e276562cf4f9e34fea502a0a9ad4c8a186d7 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 3 May 2024 16:21:13 +0000 Subject: [PATCH] Sync SDL3 header -> wiki --- SDL3/README/migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SDL3/README/migration.md b/SDL3/README/migration.md index 226d879c3..21a2825d9 100644 --- a/SDL3/README/migration.md +++ b/SDL3/README/migration.md @@ -398,7 +398,9 @@ The following symbols have been renamed: * SDL_USEREVENT => SDL_EVENT_USER The following symbols have been removed: +* SDL_DROPEVENT_DATA_SIZE - drop event data is dynamically allocated * SDL_SYSWMEVENT - you can use SDL_SetWindowsMessageHook() and SDL_SetX11EventHook() to watch and modify system events before SDL sees them. +* SDL_TEXTEDITINGEVENT_TEXT_SIZE - text editing event data is dynamically allocated The following structures have been renamed: * SDL_ControllerAxisEvent => SDL_GamepadAxisEvent