aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/wlr_cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/wlr_cursor.c b/types/wlr_cursor.c
index a432c219..fd48c1b6 100644
--- a/types/wlr_cursor.c
+++ b/types/wlr_cursor.c
@@ -510,7 +510,7 @@ void wlr_cursor_detach_input_device(struct wlr_cursor *cur,
static void handle_layout_destroy(struct wl_listener *listener, void *data) {
struct wlr_cursor_state *state =
- wl_container_of(listener, state, layout_change);
+ wl_container_of(listener, state, layout_destroy);
wlr_cursor_detach_output_layout(state->cursor);
}