Added SDL_CreateWindowWithPosition()
It turns out there's a race condition on X11 where the window could be placed by the window manager while being placed by the application, so we need to have the initial position available at window creation.
This commit is contained in:
parent
b6ae281e97
commit
2aa2fa5449
9 changed files with 88 additions and 20 deletions
|
@ -841,6 +841,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetSystemTheme;
|
||||
SDL_CreatePopupWindow;
|
||||
SDL_GetWindowParent;
|
||||
SDL_CreateWindowWithPosition;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue