mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
rootston seat: implement part of roots_seat_destroy
... and have it listen to seat destroy notifier
This commit is contained in:
parent
e0eafa0429
commit
689004ff21
2 changed files with 26 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue