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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 73a8deac..1be8d552 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -1380,9 +1380,9 @@ void seat_apply_config(struct sway_seat *seat,
1380 1380
1381 wl_list_for_each(seat_device, &seat->devices, link) { 1381 wl_list_for_each(seat_device, &seat->devices, link) {
1382 seat_configure_device(seat, seat_device->input_device); 1382 seat_configure_device(seat, seat_device->input_device);
1383 cursor_handle_activity(seat->cursor,
1384 seat_device->input_device->wlr_device);
1383 } 1385 }
1384
1385 cursor_handle_activity(seat->cursor, IDLE_SOURCE_POINTER);
1386} 1386}
1387 1387
1388struct seat_config *seat_get_config(struct sway_seat *seat) { 1388struct seat_config *seat_get_config(struct sway_seat *seat) {