[Xcb] [PATCH 1/2] Fix enum number generation.
Eamon Walsh
ewalsh.mailinglists at gmail.com
Sun Jan 24 16:41:49 PST 2010
Julien Danjou wrote:
> Signed-off-by: Julien Danjou <julien at danjou.info>
> ---
>
> Without this patch, the generated atom list in xproto.py is wrong, it does:
> None = 0
> Any = 0
> Primary = 2
>
> Where as it should be:
> None = 0
> Any = 0
> Primary = 1
>
> And that's what the patch fix.
>
I have pushed this patch and patch 1/3 ("Rename reply to reply_type") from your previous patchset. Because of the multiple-reply issue I held off in pushing the other patches.
--Eamon W.
More information about the Xcb
mailing list