diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2017-12-29 17:55:03 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2017-12-29 17:55:03 +0100 |
commit | 58488ec5ce9254334bf3cfef986dfd7deeb62549 (patch) | |
tree | 96d18476b5cdd33b1a25d644dd3fc6b4ba815191 /include/wlr | |
parent | 61b91a5721e87f0a102e234f87727acf8bee55c6 (diff) |
wlr_seat: add destroy signal
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_seat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index f7dea52f..e049d4c7 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -207,6 +207,8 @@ struct wlr_seat { struct wl_signal selection; struct wl_signal primary_selection; + + struct wl_signal destroy; } events; void *data; |