mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
Add a listener for when the pointer gets destroyed
This commit is contained in:
parent
12d9edc0c9
commit
5999d0322b
2 changed files with 13 additions and 2 deletions
|
|
@ -58,6 +58,7 @@ struct wlr_relative_pointer_v1 {
|
|||
} events;
|
||||
|
||||
struct wl_listener seat_destroy;
|
||||
struct wl_listener pointer_destroy;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue