From c7680b09dd0c089f8e3894d65f999b430284a51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 19 Feb 2014 10:14:46 -0800 Subject: [PATCH] xdg-shell: Bump unstable version to 3 --- clients/simple-egl.c | 2 +- clients/simple-shm.c | 2 +- clients/window.c | 2 +- desktop-shell/shell.c | 2 +- protocol/xdg-shell.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/simple-egl.c b/clients/simple-egl.c index 675662f05..a6deff6b0 100644 --- a/clients/simple-egl.c +++ b/clients/simple-egl.c @@ -686,7 +686,7 @@ static const struct xdg_shell_listener xdg_shell_listener = { xdg_shell_ping, }; -#define XDG_VERSION 2 /* The version of xdg-shell that we implement */ +#define XDG_VERSION 3 /* 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"); diff --git a/clients/simple-shm.c b/clients/simple-shm.c index f84d08ce4..029602867 100644 --- a/clients/simple-shm.c +++ b/clients/simple-shm.c @@ -325,7 +325,7 @@ static const struct xdg_shell_listener xdg_shell_listener = { xdg_shell_ping, }; -#define XDG_VERSION 2 /* The version of xdg-shell that we implement */ +#define XDG_VERSION 3 /* 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"); diff --git a/clients/window.c b/clients/window.c index e5fa54116..3136a7d73 100644 --- a/clients/window.c +++ b/clients/window.c @@ -4971,7 +4971,7 @@ static const struct xdg_shell_listener xdg_shell_listener = { xdg_shell_ping, }; -#define XDG_VERSION 2 /* The version of xdg-shell that we implement */ +#define XDG_VERSION 3 /* 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"); diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index c6865064b..fd9ead06a 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -3545,7 +3545,7 @@ xdg_shell_unversioned_dispatch(const void *implementation, return 0; } -#define XDG_SERVER_VERSION 2 +#define XDG_SERVER_VERSION 3 static_assert(XDG_SERVER_VERSION == XDG_SHELL_VERSION_CURRENT, "shell implementation doesn't match protocol version"); diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml index e690740ab..5d6f69eee 100644 --- a/protocol/xdg-shell.xml +++ b/protocol/xdg-shell.xml @@ -43,7 +43,7 @@ Use this enum to check the protocol version, and it will be updated automatically. - +