diff options
author | emersion <contact@emersion.fr> | 2018-09-27 10:53:11 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-09-27 10:53:11 +0200 |
commit | d98181dab8f994d651d0a1efc9f24e5d3ca0779b (patch) | |
tree | ba46e5c11d1c881f72ed5e0399563e87939e28fd /include | |
parent | 792b1f5cbf98fab1ba1080b0bf7c5c592d6f0301 (diff) |
pointer-constraints: use proper wayland-scanner functions
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_pointer_constraints_v1.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |