summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-versions.h
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2017-06-05 20:08:04 +0800
committerJonas Ådahl <jadahl@gmail.com>2017-07-12 12:08:57 +0800
commit9af6ec78abb4ab4fedd39d3cec77696d7e070fb2 (patch)
tree95700f33652f8f3ff1fac9bbf81a859f30f26dac /src/wayland/meta-wayland-versions.h
parent41e22ab5927c1196e7f62cf875d6b0a9f64c7552 (diff)
downloadmutter-9af6ec78abb4ab4fedd39d3cec77696d7e070fb2.tar.gz
wayland: Add support for wl_surface.damage_buffer
Implements support for the wl_surface.damage_buffer request, which damages the buffer using buffer coordinate space. https://bugzilla.gnome.org/show_bug.cgi?id=784080
Diffstat (limited to 'src/wayland/meta-wayland-versions.h')
-rw-r--r--src/wayland/meta-wayland-versions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland/meta-wayland-versions.h b/src/wayland/meta-wayland-versions.h
index 009abd1b0..044cc5e5a 100644
--- a/src/wayland/meta-wayland-versions.h
+++ b/src/wayland/meta-wayland-versions.h
@@ -35,7 +35,7 @@
/* #define META_WL_BUFFER_VERSION 1 */
/* Global/master objects (version exported by wl_registry and negotiated through bind) */
-#define META_WL_COMPOSITOR_VERSION 3
+#define META_WL_COMPOSITOR_VERSION 4
#define META_WL_DATA_DEVICE_MANAGER_VERSION 3
#define META_XDG_SHELL_VERSION 1
#define META_WL_SHELL_VERSION 1