From 48ae4fc5882d5d1b47e951b9f4fc0c64584d856e Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Fri, 6 Oct 2017 07:32:59 -0400 Subject: rootston: handle grab end --- include/wlr/types/wlr_seat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/wlr') 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; -- cgit v1.2.3