aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
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 e313a206..37de1223 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -111,6 +111,7 @@ struct sway_seat {
111}; 111};
112 112
113struct sway_pointer_constraint { 113struct sway_pointer_constraint {
114 struct sway_cursor *cursor;
114 struct wlr_pointer_constraint_v1 *constraint; 115 struct wlr_pointer_constraint_v1 *constraint;
115 116
116 struct wl_listener set_region; 117 struct wl_listener set_region;