diff options
author | emersion <contact@emersion.fr> | 2018-09-27 10:25:59 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-09-27 10:25:59 +0200 |
commit | dac4f8e19ffd19dfeee2c65270476a52c13d0f8f (patch) | |
tree | 2d268b14381f282afc58e1722e5ad61d1c19afda /include/rootston/desktop.h | |
parent | 31cc2fa4f9eae8f6c884b35c500aef4225b3f9ef (diff) |
pointer-constraints: refactoring
* Rename the constraint_create signal to new_constraint for
consistency
* Move the constraint_destroy signal to the constraint itself
* Use rotate_child_position instead of duplicating logic
* Fix inert constraint resource handling
* Style fixes
Diffstat (limited to 'include/rootston/desktop.h')
-rw-r--r-- | include/rootston/desktop.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index dac694d1..90851a17 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -68,8 +68,7 @@ struct roots_desktop { struct wl_listener input_inhibit_activate; struct wl_listener input_inhibit_deactivate; struct wl_listener virtual_keyboard_new; - struct wl_listener constraint_create; - struct wl_listener constraint_destroy; + struct wl_listener pointer_constraint; #ifdef WLR_HAS_XWAYLAND struct wlr_xwayland *xwayland; |