diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2017-08-17 00:49:36 -0300 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2017-10-03 19:38:32 -0300 |
commit | aea66ddff6fd91edf10499b8fd156e0663f2f271 (patch) | |
tree | a11ba2cdc33027d87314812456a0675446728aaa /src/wayland/meta-wayland-versions.h | |
parent | a5f4ffa58c2b4fc0c92cf0a92716de8745614db6 (diff) | |
download | mutter-aea66ddff6fd91edf10499b8fd156e0663f2f271.tar.gz |
wayland: Send edge constraints
Following up the previous patch, this patch makes the
Wayland backend send the edge constraints through a
custom protocol extension internal to GTK.
As it mature, we can think of upstreaming the protocol
to Wayland itself.
https://bugzilla.gnome.org/show_bug.cgi?id=751857
Diffstat (limited to 'src/wayland/meta-wayland-versions.h')
-rw-r--r-- | src/wayland/meta-wayland-versions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland/meta-wayland-versions.h b/src/wayland/meta-wayland-versions.h index 65496b4d6..42bab7db1 100644 --- a/src/wayland/meta-wayland-versions.h +++ b/src/wayland/meta-wayland-versions.h @@ -42,7 +42,7 @@ #define META_WL_SEAT_VERSION 5 #define META_WL_OUTPUT_VERSION 2 #define META_XSERVER_VERSION 1 -#define META_GTK_SHELL1_VERSION 1 +#define META_GTK_SHELL1_VERSION 2 #define META_WL_SUBCOMPOSITOR_VERSION 1 #define META_ZWP_POINTER_GESTURES_V1_VERSION 1 #define META_ZXDG_EXPORTER_V1_VERSION 1 |