diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2017-12-22 16:37:44 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2018-02-23 18:57:53 +0800 |
commit | d714a94d97af8b34721236bb8ca6f0e3fd6dc1c9 (patch) | |
tree | 5279fd5021339ffeb792c8315fc3e070b004af35 /src/wayland/meta-wayland-versions.h | |
parent | 514c7028f4582aa3a8a49f3e6cbf1b944835b1c1 (diff) | |
download | mutter-d714a94d97af8b34721236bb8ca6f0e3fd6dc1c9.tar.gz |
wayland: Add support for stable xdg-shell
This commit adds support for xdg_shell (the stable version). This was
done by first copying the old xdg-shell unstable v6 implementation into
a separate .c .h file pair (including various symbol renaming) then
porting the old xdg-shell unstable v6 implementation to the new stable
version.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/5
https://bugzilla.gnome.org/show_bug.cgi?id=791938
Diffstat (limited to 'src/wayland/meta-wayland-versions.h')
-rw-r--r-- | src/wayland/meta-wayland-versions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wayland/meta-wayland-versions.h b/src/wayland/meta-wayland-versions.h index 0f2593bbf..81d37ef0a 100644 --- a/src/wayland/meta-wayland-versions.h +++ b/src/wayland/meta-wayland-versions.h @@ -37,7 +37,8 @@ /* Global/master objects (version exported by wl_registry and negotiated through bind) */ #define META_WL_COMPOSITOR_VERSION 4 #define META_WL_DATA_DEVICE_MANAGER_VERSION 3 -#define META_XDG_SHELL_VERSION 1 +#define META_XDG_WM_BASE_VERSION 1 +#define META_ZXDG_SHELL_V6_VERSION 1 #define META_WL_SHELL_VERSION 1 #define META_WL_SEAT_VERSION 5 #define META_WL_OUTPUT_VERSION 2 |