diff options
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-08-21 17:47:20 +0300 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-08-21 17:47:20 +0300 |
commit | 71182aed843c2927a695c3686d6f7023e44cc0bb (patch) | |
tree | 796f34cf0ec2c08e1e696eeeb3f5369dfe177316 /clients/simple-shm.c | |
parent | 42ebdda4468bcfd96e9d1380dd1c7329f6b0c384 (diff) | |
download | weston-71182aed843c2927a695c3686d6f7023e44cc0bb.tar.gz |
xdg-shell: bump experimental protocol version
The experimental versioning has not been updated when it was supposed
to. Let's try to be better at it now, as xdg-shell is close to have its
first stable version.
Bump the version now to bring the world into the same exact version.
There may be some protocol changes still coming, but we try to land them
before 1.6 gets out. Those changes will bump the experimental version
again as needed.
When 1.6.0 is released, the experimental version will no longer be
bumped, and no incompatible protocol changes will be made. Xdg-shell.xml
file will move to Wayland in 1.7.0, drop the experimental versioning,
and become stable.
Cc: Jasper St. Pierre <jstpierre@mecheye.net>
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'clients/simple-shm.c')
-rw-r--r-- | clients/simple-shm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/simple-shm.c b/clients/simple-shm.c index 29abb8bc..b1c311f3 100644 --- a/clients/simple-shm.c +++ b/clients/simple-shm.c @@ -321,7 +321,7 @@ static const struct xdg_shell_listener xdg_shell_listener = { xdg_shell_ping, }; -#define XDG_VERSION 3 /* The version of xdg-shell that we implement */ +#define XDG_VERSION 4 /* The version of xdg-shell that we implement */ #ifdef static_assert static_assert(XDG_VERSION == XDG_SHELL_VERSION_CURRENT, "Interface version doesn't match implementation version"); |