aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-04-23 16:10:40 +0200
committerGravatar Jan Ekström <jeebjp@gmail.com>2018-04-29 12:33:12 +0300
commit76211609e3c589dafe3ef9a36cacc06e8f56de09 (patch)
treed64df10c318d1003ebf71dcaa29cb58ca9bea414 /video/out/wayland_common.h
parentdc16d853797d514744998462e3aaa57a6ff7248d (diff)
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.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h6
1 files changed, 3 insertions, 3 deletions
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;