summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
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;