[Xcb] [PATCH] res: Fix GetClientIds reply size

Tycho Andersen tycho at tycho.ws
Wed May 25 16:30:43 UTC 2016


On Tue, May 24, 2016 at 05:00:52PM -0400, Peter Harris wrote:
> This diverges from the specification to match the current implementation
> of the server.

Acked-by: Tycho Andersen <tycho at tycho.ws>

Thanks, Peter.

> ---
>  src/res.xml | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/src/res.xml b/src/res.xml
> index 17e6f83..c7cdf48 100644
> --- a/src/res.xml
> +++ b/src/res.xml
> @@ -55,7 +55,10 @@ authorization from the authors.
>          <field type="ClientIdSpec" name="spec" />
>          <field type="CARD32" name="length" />
>          <list type="CARD32" name="value">
> -            <fieldref>length</fieldref>
> +            <op op="/">
> +                <fieldref>length</fieldref>
> +                <value>4</value>
> +            </op>
>          </list>
>      </struct>
>  
> -- 
> 2.7.4
> 
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/xcb


More information about the Xcb mailing list