diff options
author | emersion <contact@emersion.fr> | 2017-09-28 01:31:31 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-28 01:31:31 +0200 |
commit | a04462ba8be00640a4a17c096f61c556e488847e (patch) | |
tree | 8a35d4198433576248f65ae311636919b67b0ec1 /include | |
parent | eaa414bbd8b33ae79aed8c41e3198a0bc75ff0fe (diff) |
wl_shell: listen for wlr_surface destroy signal
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_wl_shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |