aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar Tudor Brindus <me@tbrindus.ca>2020-05-02 19:22:15 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2020-05-21 10:45:08 +0200
commit6f0a0bd3852c6d92f30d43b9a39dc743987584ac (patch)
tree66b836ab37f4cf84957aaab4bdbc200691d3e08e /include/sway/input/seat.h
parentswaybar: add NULL check when listing workspaces (diff)
downloadsway-6f0a0bd3852c6d92f30d43b9a39dc743987584ac.tar.gz
sway-6f0a0bd3852c6d92f30d43b9a39dc743987584ac.tar.zst
sway-6f0a0bd3852c6d92f30d43b9a39dc743987584ac.zip
input/pointer: only warp cursor when the confine region has changed
Refs #5268.
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 6a46fa91..66f8f7e4 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -111,6 +111,7 @@ struct sway_seat {
111struct sway_pointer_constraint { 111struct sway_pointer_constraint {
112 struct wlr_pointer_constraint_v1 *constraint; 112 struct wlr_pointer_constraint_v1 *constraint;
113 113
114 struct wl_listener set_region;
114 struct wl_listener destroy; 115 struct wl_listener destroy;
115}; 116};
116 117