mirror of
https://github.com/brl/mutter.git
synced 2025-03-20 02:05:10 +00:00

Since window menus have been moved to the compositor, the pressed state of the corresponding window buttons is messed up, as it is reset immediately when getting a LeaveNotify event due to the compositor taking a grab. Fix this by ignoring that particular event. https://bugzilla.gnome.org/show_bug.cgi?id=731058