xwayland: handle client close request

This commit is contained in:
John Lindgren 2026-03-02 11:16:28 -05:00 committed by Consolatis
parent 628e667d4b
commit 72cdd02eb1
2 changed files with 12 additions and 0 deletions

View file

@ -46,6 +46,7 @@ struct xwayland_view {
struct wl_listener dissociate;
struct wl_listener request_above;
struct wl_listener request_activate;
struct wl_listener request_close;
struct wl_listener request_configure;
struct wl_listener set_class;
struct wl_listener set_decorations;