Increase advertised RENDER protocol minor version to 11

Support for the blend mode operators was added in
0ce42adbf4
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@ubuntu.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Robert Hooker 2010-06-12 20:23:09 -04:00 committed by Keith Packard
parent 9f0b193acd
commit c65280ce8d

View File

@ -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