forked from liballeg/allegro5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve DISPLAY_SWITCH_IN/OUT events on Linux.
There were two issues. - GNOME sends a different event type when alt-tabbing, at least on Ubuntu 22.04. Adjusted the code to use this alternate event type. - When GTK_TOPLEVEL flag is on, we were getting duplicate events with Wayland. Adjusted the code to not listen to the duplicate events. Fixes liballeg#1390, liballeg#1367
- Loading branch information
1 parent
266f4d7
commit 95cda44
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters