mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
![Jonas Ådahl](/assets/img/avatar_default.png)
The delete event was used for signalling the close button was clicked on clutter windows. Being a compositor we should never see these, unless we're running nested. Remove the plumbing of the DELETE event and just directly call meta_quit() when we see it, if we're running nested. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1364