From 689004ff211d4c20ad0b802af14add6a9a761362 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Fri, 29 Dec 2017 19:00:51 +0100 Subject: rootston seat: implement part of roots_seat_destroy ... and have it listen to seat destroy notifier --- include/rootston/seat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rootston') diff --git a/include/rootston/seat.h b/include/rootston/seat.h index 7822bb70..cf5dd3b2 100644 --- a/include/rootston/seat.h +++ b/include/rootston/seat.h @@ -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 { -- cgit v1.2.3