diff options
author | Robert Hooker <sarvatt@ubuntu.com> | 2010-06-12 20:23:09 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-07-06 10:14:00 -0400 |
commit | c65280ce8df4836bd7424a90482e8aa00ab6f447 (patch) | |
tree | 129bc105349e461185fd104f29cf0d2de51c65e1 | |
parent | 9f0b193acdc29e491b6245390cf9f53b5222e6d3 (diff) |
Increase advertised RENDER protocol minor version to 11
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@ubuntu.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | 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 97ef5dad5..c67446548 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 |