[Xcb] [Bug 43603] RotateProperties has an array of 'atoms' where the spec says 'properties'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 8 11:43:11 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=43603

--- Comment #1 from Julien Cristau <jcristau at debian.org> 2011-12-08 11:43:11 PST ---
> --- a/src/xproto.xml
> +++ b/src/xproto.xml
> @@ -2351,9 +2354,9 @@ authorization from the authors.
>    <request name="RotateProperties" opcode="114">
>      <pad bytes="1" />
>      <field type="WINDOW" name="window" />
> -    <field type="CARD16" name="atoms_len" />
> +    <field type="CARD16" name="properties_len" />
>      <field type="INT16" name="delta" />
> -    <list type="ATOM" name="atoms">
> +    <list type="ATOM" name="properties">
>        <fieldref>atoms_len</fieldref>
>      </list>
>    </request>
> 
does the name actually matter for anything?
the change breaks struct xcb_rotate_properties_request_t API, for no
significant gain afaict.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the Xcb mailing list