swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 86b45d5701e509660650facdad4f7bef8f4f5362
parent 77259ad2dfd338a25308fa44039b3b447855867f
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 28 Feb 2020 13:27:59 -0800

xdg_decoration: Add missing zxdg_toplevel_decoration_v1_interface.destroy

Diffstat:
Mlibswc/xdg_decoration.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libswc/xdg_decoration.c b/libswc/xdg_decoration.c @@ -43,6 +43,7 @@ unset_mode(struct wl_client *client, struct wl_resource *resource) } static const struct zxdg_toplevel_decoration_v1_interface decoration_impl = { + .destroy = destroy_resource, .set_mode = set_mode, .unset_mode = unset_mode, };