From d98181dab8f994d651d0a1efc9f24e5d3ca0779b Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 27 Sep 2018 10:53:11 +0200 Subject: pointer-constraints: use proper wayland-scanner functions --- include/wlr/types/wlr_pointer_constraints_v1.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_pointer_constraints_v1.h b/include/wlr/types/wlr_pointer_constraints_v1.h index 97edf0ea..98442241 100644 --- a/include/wlr/types/wlr_pointer_constraints_v1.h +++ b/include/wlr/types/wlr_pointer_constraints_v1.h @@ -85,6 +85,9 @@ struct wlr_pointer_constraint_v1 * void wlr_pointer_constraint_v1_send_activated( struct wlr_pointer_constraint_v1 *constraint); +/** + * Deactivate the constraint. May destroy the constraint. + */ void wlr_pointer_constraint_v1_send_deactivated( struct wlr_pointer_constraint_v1 *constraint); -- cgit v1.2.3