aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/compositor/xdg_shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/compositor/xdg_shell.c b/examples/compositor/xdg_shell.c
index 4933b9e4..a9d1f3f1 100644
--- a/examples/compositor/xdg_shell.c
+++ b/examples/compositor/xdg_shell.c
@@ -101,8 +101,8 @@ static void xdg_surface_destroy(struct wl_client *client,
}
static void destroy_xdg_shell_surface(struct wl_resource *resource) {
- struct xdg_surface_state *state = wl_resource_get_user_data(resource);
- free(state);
+ wlr_log(L_DEBUG, "TODO destroy xdg shell surface");
+ //struct xdg_surface_state *state = wl_resource_get_user_data(resource);
}
static void xdg_surface_get_toplevel(struct wl_client *client,