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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index ef85b67f..1c9354df 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -84,6 +84,12 @@ struct sway_seat {
84 struct wl_list link; // input_manager::seats 84 struct wl_list link; // input_manager::seats
85}; 85};
86 86
87struct sway_pointer_constraint {
88 struct wlr_pointer_constraint_v1 *constraint;
89
90 struct wl_listener destroy;
91};
92
87struct sway_seat *seat_create(const char *seat_name); 93struct sway_seat *seat_create(const char *seat_name);
88 94
89void seat_destroy(struct sway_seat *seat); 95void seat_destroy(struct sway_seat *seat);