xdg-shell: Bump unstable version
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
c7384a0c58
commit
5ba1e1d137
@ -642,7 +642,7 @@ static const struct xdg_shell_listener xdg_shell_listener = {
|
||||
xdg_shell_ping,
|
||||
};
|
||||
|
||||
#define XDG_VERSION 4 /* The version of xdg-shell that we implement */
|
||||
#define XDG_VERSION 5 /* 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");
|
||||
|
@ -741,7 +741,7 @@ static const struct xdg_shell_listener xdg_shell_listener = {
|
||||
xdg_shell_ping,
|
||||
};
|
||||
|
||||
#define XDG_VERSION 4 /* The version of xdg-shell that we implement */
|
||||
#define XDG_VERSION 5 /* 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");
|
||||
|
@ -352,7 +352,7 @@ static const struct xdg_shell_listener xdg_shell_listener = {
|
||||
xdg_shell_ping,
|
||||
};
|
||||
|
||||
#define XDG_VERSION 4 /* The version of xdg-shell that we implement */
|
||||
#define XDG_VERSION 5 /* 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");
|
||||
|
@ -5245,7 +5245,7 @@ static const struct xdg_shell_listener xdg_shell_listener = {
|
||||
xdg_shell_ping,
|
||||
};
|
||||
|
||||
#define XDG_VERSION 4 /* The version of xdg-shell that we implement */
|
||||
#define XDG_VERSION 5 /* 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");
|
||||
|
@ -4224,7 +4224,7 @@ xdg_shell_unversioned_dispatch(const void *implementation,
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define XDG_SERVER_VERSION 4
|
||||
#define XDG_SERVER_VERSION 5
|
||||
|
||||
static_assert(XDG_SERVER_VERSION == XDG_SHELL_VERSION_CURRENT,
|
||||
"shell implementation doesn't match protocol version");
|
||||
|
@ -44,7 +44,7 @@
|
||||
they implement using static_assert to ensure the protocol and
|
||||
implementation versions match.
|
||||
</description>
|
||||
<entry name="current" value="4" summary="Always the latest version"/>
|
||||
<entry name="current" value="5" summary="Always the latest version"/>
|
||||
</enum>
|
||||
|
||||
<enum name="error">
|
||||
|
Loading…
Reference in New Issue
Block a user