diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2017-12-29 19:00:51 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2017-12-29 19:00:51 +0100 |
commit | 689004ff211d4c20ad0b802af14add6a9a761362 (patch) | |
tree | b0ab32271a9021c38c6b83842e615e889629c1a1 /include/rootston | |
parent | e0eafa04293496b95f29fdaf42703f1fc1e29e2e (diff) |
rootston seat: implement part of roots_seat_destroy
... and have it listen to seat destroy notifier
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/seat.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |