mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-11 13:29:45 -05:00
rootston: handle grab end
This commit is contained in:
parent
4657f10dd2
commit
48ae4fc588
4 changed files with 21 additions and 2 deletions
|
|
@ -94,6 +94,9 @@ struct wlr_seat {
|
|||
struct {
|
||||
struct wl_signal client_bound;
|
||||
struct wl_signal client_unbound;
|
||||
|
||||
struct wl_signal pointer_grab_begin;
|
||||
struct wl_signal pointer_grab_end;
|
||||
} events;
|
||||
|
||||
void *data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue