From a04462ba8be00640a4a17c096f61c556e488847e Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 28 Sep 2017 01:31:31 +0200 Subject: wl_shell: listen for wlr_surface destroy signal --- include/wlr/types/wlr_wl_shell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h index 3d190588..11d30d95 100644 --- a/include/wlr/types/wlr_wl_shell.h +++ b/include/wlr/types/wlr_wl_shell.h @@ -53,6 +53,8 @@ struct wlr_wl_shell_surface { char *title; char *class; + struct wl_listener surface_destroy_listener; + struct { struct wl_signal destroy; struct wl_signal ping_timeout; -- cgit v1.2.3