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
The SDL_RaiseWindow() function doesn't raise the given window at all. I am quite new to github and github issues so please let me know if more info is needed.
Tested on Windows 10 and linux (arch) using SDL2, ran as administrator and sudo respectively:
Tried this on Ubuntu 22.04. The window indeed does not raise, but my desktop environment (GNOME) sent me constant notifications that "[window title] is ready". I'm not sure if this is in SDL; it's possible that the DE is designed to prevent poorly designed apps from hoarding the user focus.
We need to document this. Most desktop environments no longer allow windows to raise and take focus, instead the raise call turns into an alert that the window wants attention.
The SDL_RaiseWindow() function doesn't raise the given window at all. I am quite new to github and github issues so please let me know if more info is needed.
Tested on Windows 10 and linux (arch) using SDL2, ran as administrator and sudo respectively:
The text was updated successfully, but these errors were encountered: