[PATCH] Increase advertised RENDER protocol minor version to 11

Robert Hooker sarvatt at ubuntu.com
Mon Jul 5 07:45:46 PDT 2010


Ping. any comments on this one? I have verified it correctly uses
minor version 11 now via protocol tracing with xtruss

With this patch:
RenderQueryVersion(client-major-version=0, client-minor-version=11) =
<unfinished>
 ... RenderQueryVersion(client-major-version=0,
client-minor-version=11) = {major-version=0, minor-version=11}

Without this patch:
RenderQueryVersion(client-major-version=0, client-minor-version=11) =
<unfinished>
 ... RenderQueryVersion(client-major-version=0,
client-minor-version=11) = {major-version=0, minor-version=10}

It looks like an oversight that it was defined to 0.10 when it was
split out to include/protocol-versions.h because it required
renderproto 0.11 before that.

http://patchwork.freedesktop.org/patch/1048/

Thanks,
Robert


More information about the xorg-devel mailing list