From aae8bdea30065088daa851b61e1a1720d9792546 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Mon, 2 Oct 2017 06:28:07 -0400 Subject: [PATCH] xdg-shell: protocol destroy --- types/wlr_xdg_shell_v6.c | 1 + 1 file changed, 1 insertion(+) diff --git a/types/wlr_xdg_shell_v6.c b/types/wlr_xdg_shell_v6.c index ea8d7976..c30291d1 100644 --- a/types/wlr_xdg_shell_v6.c +++ b/types/wlr_xdg_shell_v6.c @@ -648,6 +648,7 @@ static void xdg_shell_pong(struct wl_client *wl_client, } static struct zxdg_shell_v6_interface xdg_shell_impl = { + .destroy = resource_destroy, .create_positioner = xdg_shell_create_positioner, .get_xdg_surface = xdg_shell_get_xdg_surface, .pong = xdg_shell_pong,