rootston: destroy seat view on unmap

This commit is contained in:
emersion 2018-03-13 12:31:45 +01:00
parent 42637a52cf
commit c1c88bfe5d
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 12 additions and 0 deletions

View file

@ -39,6 +39,7 @@ struct roots_seat_view {
struct wl_list link; // roots_seat::views
struct wl_listener view_unmap;
struct wl_listener view_destroy;
};