aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r--sway/input/cursor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index e43a0e71..dbb8c48d 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -299,6 +299,7 @@ void cursor_unhide(struct sway_cursor *cursor) {
299 cursor_set_image(cursor, image, cursor->image_client); 299 cursor_set_image(cursor, image, cursor->image_client);
300 } 300 }
301 cursor_rebase(cursor); 301 cursor_rebase(cursor);
302 wl_event_source_timer_update(cursor->hide_source, cursor_get_timeout(cursor));
302} 303}
303 304
304static void pointer_motion(struct sway_cursor *cursor, uint32_t time_msec, 305static void pointer_motion(struct sway_cursor *cursor, uint32_t time_msec,