Listen to display destroy in xdg-shell-v6

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

View file

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