From 6d2be82094038903a30736b9900229f4a3993426 Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 7 Nov 2018 13:53:46 +0100 Subject: wayland: use xdg-decoration if available --- video/out/wayland_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/out/wayland_common.h') diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h index 9aa057fa57..77479bd840 100644 --- a/video/out/wayland_common.h +++ b/video/out/wayland_common.h @@ -75,6 +75,8 @@ struct vo_wayland_state { struct xdg_surface *xdg_surface; struct org_kde_kwin_server_decoration_manager *server_decoration_manager; struct org_kde_kwin_server_decoration *server_decoration; + struct zxdg_decoration_manager_v1 *xdg_decoration_manager; + struct zxdg_toplevel_decoration_v1 *xdg_toplevel_decoration; struct zwp_idle_inhibit_manager_v1 *idle_inhibit_manager; struct zwp_idle_inhibitor_v1 *idle_inhibitor; -- cgit v1.2.3