rootston seat: implement part of roots_seat_destroy

... and have it listen to seat destroy notifier
This commit is contained in:
Dominique Martinet 2017-12-29 19:00:51 +01:00
parent e0eafa0429
commit 689004ff21
2 changed files with 26 additions and 4 deletions

View file

@ -21,6 +21,8 @@ struct roots_seat {
struct wl_list pointers;
struct wl_list touch;
struct wl_list tablet_tools;
struct wl_listener seat_destroy;
};
struct roots_seat_view {