diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-02-28 00:18:42 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-02-28 08:32:14 -0500 |
commit | 86c1c3024526e479c2e65dee896757549d346c1e (patch) | |
tree | 6882f1433355ddb5fec0ca1fd82dd3e3627cde24 /src/wayland/meta-wayland-versions.h | |
parent | 283546b3790669e7690a1a278c87627117f4b30c (diff) | |
download | mutter-86c1c3024526e479c2e65dee896757549d346c1e.tar.gz |
wayland: Add back wl_shell support
Diffstat (limited to 'src/wayland/meta-wayland-versions.h')
-rw-r--r-- | src/wayland/meta-wayland-versions.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wayland/meta-wayland-versions.h b/src/wayland/meta-wayland-versions.h index e2d608c86..17d8895eb 100644 --- a/src/wayland/meta-wayland-versions.h +++ b/src/wayland/meta-wayland-versions.h @@ -37,6 +37,7 @@ /* Global/master objects (version exported by wl_registry and negotiated through bind) */ #define META_WL_COMPOSITOR_VERSION 3 #define META_WL_DATA_DEVICE_MANAGER_VERSION 1 +#define META_WL_SHELL_VERSION 1 #define META_WL_SEAT_VERSION 2 /* 3 not implemented yet */ #define META_WL_OUTPUT_VERSION 2 #define META_XSERVER_VERSION 1 @@ -52,9 +53,10 @@ #define META_WL_KEYBOARD_VERSION 2 /* from wl_seat; 3 not implemented yet */ #define META_WL_TOUCH_VERSION 0 /* from wl_seat; wl_touch not supported */ #define META_WL_REGION_VERSION 1 /* from wl_compositor */ -#define META_GTK_SURFACE_VERSION 1 /* from gtk_shell */ #define META_XDG_SURFACE_VERSION 1 /* from xdg_shell */ #define META_XDG_POPUP_VERSION 1 /* from xdg_shell */ +#define META_WL_SHELL_SURFACE_VERSION 1 /* from wl_shell */ +#define META_GTK_SURFACE_VERSION 1 /* from gtk_shell */ #define META_WL_SUBSURFACE_VERSION 1 /* from wl_subcompositor */ /* The first version to implement a specific event */ |