mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
wlr_seat: add destroy signal
This commit is contained in:
parent
61b91a5721
commit
58488ec5ce
2 changed files with 6 additions and 0 deletions
|
|
@ -207,6 +207,8 @@ struct wlr_seat {
|
|||
|
||||
struct wl_signal selection;
|
||||
struct wl_signal primary_selection;
|
||||
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
||||
void *data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue