From 76211609e3c589dafe3ef9a36cacc06e8f56de09 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 23 Apr 2018 16:10:40 +0200 Subject: wayland_common: update to stable xdg-shell This removes support for older compositors using the unstable version, but those will still use Xwayland by default, so not a big loss. --- video/out/wayland_common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'video/out/wayland_common.h') diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h index 4911009b66..f96226dbc2 100644 --- a/video/out/wayland_common.h +++ b/video/out/wayland_common.h @@ -69,9 +69,9 @@ struct vo_wayland_state { /* Shell */ struct wl_surface *surface; - struct zxdg_shell_v6 *shell; - struct zxdg_toplevel_v6 *xdg_toplevel; - struct zxdg_surface_v6 *xdg_surface; + struct xdg_wm_base *shell; + struct xdg_toplevel *xdg_toplevel; + struct xdg_surface *xdg_surface; struct org_kde_kwin_server_decoration_manager *server_decoration_manager; struct org_kde_kwin_server_decoration *server_decoration; struct zwp_idle_inhibit_manager_v1 *idle_inhibit_manager; -- cgit v1.2.3