commit 86b45d5

Michael Forney  ·  2020-02-28 21:27:59 +0000 UTC
parent 77259ad
xdg_decoration: Add missing zxdg_toplevel_decoration_v1_interface.destroy
1 files changed,  +1, -0
+1, -0
1@@ -43,6 +43,7 @@ unset_mode(struct wl_client *client, struct wl_resource *resource)
2 }
3 
4 static const struct zxdg_toplevel_decoration_v1_interface decoration_impl = {
5+	.destroy = destroy_resource,
6 	.set_mode = set_mode,
7 	.unset_mode = unset_mode,
8 };