From e33eb5c2d9849ece8d00dbcd8d3307cad43c0d2f Mon Sep 17 00:00:00 2001 From: Toby Rea Date: Tue, 1 Sep 2020 22:39:49 +0100 Subject: [PATCH] Cursor movement shows cursor, therefore set visible state --- kiwmi/input/cursor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kiwmi/input/cursor.c b/kiwmi/input/cursor.c index 742b187..4e57274 100644 --- a/kiwmi/input/cursor.c +++ b/kiwmi/input/cursor.c @@ -105,6 +105,8 @@ process_cursor_motion(struct kiwmi_server *server, uint32_t time) &sx, &sy); + cursor->visible = true; + if (!layer) { struct kiwmi_view *view = view_at( desktop, cursor->cursor->x, cursor->cursor->y, &surface, &sx, &sy);