Listen to display destroy in wl-shell

This commit is contained in:
emersion 2017-12-07 01:05:49 +01:00
parent 983ea3033f
commit 9ddaea14a1
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 14 additions and 2 deletions

View file

@ -12,6 +12,8 @@ struct wlr_wl_shell {
struct wl_list popup_grabs;
uint32_t ping_timeout;
struct wl_listener display_destroy;
struct {
struct wl_signal new_surface;
} events;