From cbf5763c226661765fb87dcf30d60b04999c126b Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 7 Dec 2017 01:08:35 +0100 Subject: Listen to display destroy in xdg-shell-v6 --- include/wlr/types/wlr_xdg_shell_v6.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index 4eb957be..b723a950 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -11,6 +11,8 @@ struct wlr_xdg_shell_v6 { struct wl_list popup_grabs; uint32_t ping_timeout; + struct wl_listener display_destroy; + struct { struct wl_signal new_surface; } events; -- cgit v1.2.3