wl_shell: listen for wlr_surface destroy signal

This commit is contained in:
emersion 2017-09-28 01:31:31 +02:00
parent eaa414bbd8
commit a04462ba8b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 25 additions and 3 deletions

View file

@ -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;