mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
pointer-constraints: use proper wayland-scanner functions
This commit is contained in:
parent
792b1f5cbf
commit
d98181dab8
2 changed files with 17 additions and 9 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue