diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-06 07:32:59 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-06 07:32:59 -0400 |
commit | 48ae4fc5882d5d1b47e951b9f4fc0c64584d856e (patch) | |
tree | e682ba614fdeee69f38794100164fbff9b01289d /include/wlr | |
parent | 4657f10dd29e0dd5d27967b72e4dc1d95b34b6aa (diff) |
rootston: handle grab end
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_seat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index ad120d6e..6b66fd69 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -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; |