[Xcb] [PATCH] Add RandR 1.3 requests

Peter Harris pharris at opentext.com
Tue Apr 21 07:37:06 PDT 2009


Julien Cristau wrote:
>  src/randr.xml |  127 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>  1 files changed, 126 insertions(+), 1 deletions(-)

Thanks!

> +	<request name="GetPanning" opcode="28">
> +		<field type="CRTC" name="crtc" />
> +		<reply>
> +			<field type="CARD8" name="status" /> <!-- enum SetConfig -->

enum is an attribute now. That should probably read

+ <field type="CARD8" name="status" enum="SetConfig" />

(same with the other instances)

I haven't merged my "enumify everything" branch, since nobody has asked
for it and I haven't finished enumifying all the extensions yet. If you
like, I can merge that branch now so the rest of randr is enumified (and
<enum name="SetConfig"> is actually defined) before this goes in.

http://cgit.freedesktop.org/~peterh/xcbproto-enum/

What do you think?

Peter Harris
-- 
               Open Text Connectivity Solutions Group
Peter Harris                    http://www.opentext.com/connectivity
Research and Development        Phone: +1 905 762 6001
pharris at opentext.com            Toll Free: 1 877 359 4866


More information about the Xcb mailing list