wlr_seat: add destroy signal

This commit is contained in:
Dominique Martinet 2017-12-29 17:55:03 +01:00
parent 61b91a5721
commit 58488ec5ce
2 changed files with 6 additions and 0 deletions

View file

@ -207,6 +207,8 @@ struct wlr_seat {
struct wl_signal selection;
struct wl_signal primary_selection;
struct wl_signal destroy;
} events;
void *data;