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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index a84b7efd..f7f8a1bb 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -18,4 +18,6 @@ void sway_seat_add_device(struct sway_seat *seat,
18void sway_seat_remove_device(struct sway_seat *seat, 18void sway_seat_remove_device(struct sway_seat *seat,
19 struct wlr_input_device *device); 19 struct wlr_input_device *device);
20 20
21void sway_seat_configure_xcursor(struct sway_seat *seat);
22
21#endif 23#endif