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, 4 insertions, 0 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index e8b2cdcf..41a3a4df 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -1237,4 +1237,8 @@ void seat_consider_warp_to_focus(struct sway_seat *seat) {
1237 } else { 1237 } else {
1238 cursor_warp_to_workspace(seat->cursor, focus->sway_workspace); 1238 cursor_warp_to_workspace(seat->cursor, focus->sway_workspace);
1239 } 1239 }
1240 if (seat->cursor->hidden){
1241 cursor_unhide(seat->cursor);
1242 wl_event_source_timer_update(seat->cursor->hide_source, cursor_get_timeout(seat->cursor));
1243 }
1240} 1244}