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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index e16d747c..8c80e41c 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -1482,7 +1482,6 @@ void seat_consider_warp_to_focus(struct sway_seat *seat) {
1482 } 1482 }
1483 if (seat->cursor->hidden){ 1483 if (seat->cursor->hidden){
1484 cursor_unhide(seat->cursor); 1484 cursor_unhide(seat->cursor);
1485 wl_event_source_timer_update(seat->cursor->hide_source, cursor_get_timeout(seat->cursor));
1486 } 1485 }
1487} 1486}
1488 1487