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 _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel