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 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