You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when using SDL_SetWindowParent, SDL_SetWindowModal, and SDL_ShowWindow under SDL3 to set up a modal window, it works perfectly on Windows. However, on Linux, the parent window of the modal window can still be moved, maximized, or minimized. I'm not sure if I missed any configuration settings or if this is a bug specific to Linux.
SDL3 version:3.2.16
Ubuntu version 24.04.2 (Both X and Wayland backends have this issue)