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 c3eae65c..b0e39612 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -1368,7 +1368,7 @@ void seat_apply_config(struct sway_seat *seat,
1368 seat_configure_device(seat, seat_device->input_device); 1368 seat_configure_device(seat, seat_device->input_device);
1369 } 1369 }
1370 1370
1371 cursor_handle_activity(seat->cursor); 1371 cursor_handle_activity(seat->cursor, IDLE_SOURCE_POINTER);
1372} 1372}
1373 1373
1374struct seat_config *seat_get_config(struct sway_seat *seat) { 1374struct seat_config *seat_get_config(struct sway_seat *seat) {