summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-versions.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-04-02 11:38:21 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-04-02 11:40:40 -0400
commite4cd000cef3c1dde52da48ce1afde3f6ee918077 (patch)
treee6f5c8229c5b34bdca43f94807832c7548ffb38a /src/wayland/meta-wayland-versions.h
parent6296fefea615eb46f1096948b6d16ff26403aeba (diff)
downloadmutter-e4cd000cef3c1dde52da48ce1afde3f6ee918077.tar.gz
wayland: Implement wl_seat v3
The new XWayland DDX flat out requires seat v3.
Diffstat (limited to 'src/wayland/meta-wayland-versions.h')
-rw-r--r--src/wayland/meta-wayland-versions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wayland/meta-wayland-versions.h b/src/wayland/meta-wayland-versions.h
index 17d8895eb..d599908fa 100644
--- a/src/wayland/meta-wayland-versions.h
+++ b/src/wayland/meta-wayland-versions.h
@@ -38,7 +38,7 @@
#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_SEAT_VERSION 3
#define META_WL_OUTPUT_VERSION 2
#define META_XSERVER_VERSION 1
#define META_GTK_SHELL_VERSION 1
@@ -49,8 +49,8 @@
#define META_WL_DATA_SOURCE_VERSION 1 /* from wl_data_device */
#define META_WL_DATA_DEVICE_VERSION 1 /* from wl_data_device_manager */
#define META_WL_SURFACE_VERSION 3 /* from wl_compositor */
-#define META_WL_POINTER_VERSION 2 /* from wl_seat; 3 not implemented yet */
-#define META_WL_KEYBOARD_VERSION 2 /* from wl_seat; 3 not implemented yet */
+#define META_WL_POINTER_VERSION 3 /* from wl_seat */
+#define META_WL_KEYBOARD_VERSION 3 /* from wl_seat */
#define META_WL_TOUCH_VERSION 0 /* from wl_seat; wl_touch not supported */
#define META_WL_REGION_VERSION 1 /* from wl_compositor */
#define META_XDG_SURFACE_VERSION 1 /* from xdg_shell */