mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
xdg-shell: protocol destroy
This commit is contained in:
parent
aa8a4f12b7
commit
aae8bdea30
1 changed files with 1 additions and 0 deletions
|
@ -648,6 +648,7 @@ static void xdg_shell_pong(struct wl_client *wl_client,
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct zxdg_shell_v6_interface xdg_shell_impl = {
|
static struct zxdg_shell_v6_interface xdg_shell_impl = {
|
||||||
|
.destroy = resource_destroy,
|
||||||
.create_positioner = xdg_shell_create_positioner,
|
.create_positioner = xdg_shell_create_positioner,
|
||||||
.get_xdg_surface = xdg_shell_get_xdg_surface,
|
.get_xdg_surface = xdg_shell_get_xdg_surface,
|
||||||
.pong = xdg_shell_pong,
|
.pong = xdg_shell_pong,
|
||||||
|
|
Loading…
Reference in a new issue