diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-02 08:47:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-02 08:47:30 -0400 |
commit | 56626988691a431a0a937e22731495edd26b3058 (patch) | |
tree | c7ca7c68ef59259f6254fde26952ea9b7e3dcf16 | |
parent | 87a0cb7ba37eed29662ec16ce95493a0238ef660 (diff) | |
parent | aae8bdea30065088daa851b61e1a1720d9792546 (diff) |
Merge pull request #185 from acrisci/bug/xdg-shell-destroy
xdg-shell: protocol destroy
-rw-r--r-- | types/wlr_xdg_shell_v6.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |