Added SDL_GetWindowParent() to get the parent of popup windows

This commit is contained in:
Sam Lantinga 2023-03-13 11:20:42 -07:00
parent ebe3a9dc44
commit 4dd26698fc
6 changed files with 24 additions and 0 deletions

View file

@ -840,6 +840,7 @@ SDL3_0.0.0 {
SDL_GetRenderWindowSize;
SDL_GetSystemTheme;
SDL_CreatePopupWindow;
SDL_GetWindowParent;
# extra symbols go here (don't modify this line)
local: *;
};