[PATCH] Increase advertised RENDER protocol minor version to 11
Peter Hutterer
peter.hutterer at who-t.net
Mon Jul 5 19:16:21 PDT 2010
On Sat, Jun 12, 2010 at 08:23:09PM -0400, Robert Hooker wrote:
> Support for the blend mode operators was added in
> 0ce42adbf4cff9e7f049d9fc79d588ece5936177
> and the requirement was bumped but when things were split off into
> include/protocol-versions.h it defined it to 10. render uses
> the lower of the client and server advertised versions so it's not
> using the new blend mode operators.
>
> Signed-off-by: Robert Hooker <sarvatt at ubuntu.com>
> ---
> include/protocol-versions.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/protocol-versions.h b/include/protocol-versions.h
> index 97ef5da..c674465 100644
> --- a/include/protocol-versions.h
> +++ b/include/protocol-versions.h
> @@ -73,7 +73,7 @@
>
> /* Render */
> #define SERVER_RENDER_MAJOR_VERSION 0
> -#define SERVER_RENDER_MINOR_VERSION 10
> +#define SERVER_RENDER_MINOR_VERSION 11
>
> /* RandR Xinerama */
> #define SERVER_RRXINERAMA_MAJOR_VERSION 1
> --
> 1.7.1
Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
Cheers,
Peter
More information about the xorg-devel
mailing list