summaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index fe90565a..9a6a667b 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -58,7 +58,6 @@ struct sway_seat *sway_seat_create(struct sway_input_manager *input,
58 58
59static void seat_configure_pointer(struct sway_seat *seat, 59static void seat_configure_pointer(struct sway_seat *seat,
60 struct sway_seat_device *sway_device) { 60 struct sway_seat_device *sway_device) {
61 // TODO pointer configuration
62 wlr_cursor_attach_input_device(seat->cursor->cursor, 61 wlr_cursor_attach_input_device(seat->cursor->cursor,
63 sway_device->input_device->wlr_device); 62 sway_device->input_device->wlr_device);
64} 63}