summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2019-02-15 12:52:15 +0100
committerJan Ekström <jeebjp@gmail.com>2019-02-17 23:44:34 +0200
commit36600ff1633871a996fe05b8e0ff0b22c2ebb0f9 (patch)
tree2084c85c17fb3aef76780b62d0b5412c805039cd /video/out/wayland_common.h
parent3dd59dbed06a55eed00ad68d0a953f39188e3647 (diff)
downloadmpv-36600ff1633871a996fe05b8e0ff0b22c2ebb0f9.tar.bz2
mpv-36600ff1633871a996fe05b8e0ff0b22c2ebb0f9.tar.xz
wayland_common: rename “shell” into “wm_base”
This is the naming xdg-shell stable adopted, it doesn’t make much sense to keep using “shell” everywhere with all functions calling it “wm_base”. Finishes what 76211609e3c589dafe3ef9a36cacc06e8f56de09 started.
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index b381d7c46f..0648efa09a 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -70,7 +70,7 @@ struct vo_wayland_state {
/* Shell */
struct wl_surface *surface;
- struct xdg_wm_base *shell;
+ struct xdg_wm_base *wm_base;
struct xdg_toplevel *xdg_toplevel;
struct xdg_surface *xdg_surface;
struct zxdg_decoration_manager_v1 *xdg_decoration_manager;