aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 2b41d1cb..f899483d 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -1424,7 +1424,7 @@ void seat_apply_config(struct sway_seat *seat,
1424 1424
1425 wl_list_for_each(seat_device, &seat->devices, link) { 1425 wl_list_for_each(seat_device, &seat->devices, link) {
1426 seat_configure_device(seat, seat_device->input_device); 1426 seat_configure_device(seat, seat_device->input_device);
1427 cursor_handle_activity(seat->cursor, 1427 cursor_handle_activity_from_device(seat->cursor,
1428 seat_device->input_device->wlr_device); 1428 seat_device->input_device->wlr_device);
1429 } 1429 }
1430} 1430}