aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/wlr_output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/types/wlr_output.c b/types/wlr_output.c
index 35a3ab14..5f07d51a 100644
--- a/types/wlr_output.c
+++ b/types/wlr_output.c
@@ -874,6 +874,7 @@ static void output_cursor_handle_commit(struct wl_listener *listener,
struct wlr_output_cursor *cursor =
wl_container_of(listener, cursor, surface_commit);
output_cursor_commit(cursor, true);
+ output_cursor_update_visible(cursor);
}
static void output_cursor_handle_destroy(struct wl_listener *listener,