[PATCH 5/6] Add DRI3
Peter Harris
pharris at opentext.com
Wed Nov 6 08:44:20 PST 2013
On 2013-11-05 19:39, Keith Packard wrote:
> diff --git a/src/xproto.xml b/src/xproto.xml
> index bf4dcbf..c9f6979 100644
> --- a/src/xproto.xml
> +++ b/src/xproto.xml
> @@ -1080,7 +1080,24 @@ The number of keycodes altered.
> </doc>
> </event>
>
> -
> + <event name="ge" number="35">
> + <field type="CARD8" name="extension"/>
> + <field type="CARD32" name="length"/>
> + <field type="CARD16" name="evtype"/>
> + <pad bytes="22" />
> + <doc>
> + <brief>generic event (with length)</brief>
> + <field name="extension"><![CDATA[
> +The major opcode of the extension creating this event
> + ]]></field>
> + <field name="length"><![CDATA[
> +The amount (in 4-byte units) of data beyond 32 bytes
> + ]]></field>
> + <field name="evtype"><![CDATA[
> +The extension-specific event type
> + ]]></field>
> + </doc>
> + </event>
I'm curious about this hunk. It isn't hurting anything, but I don't see
where it would be needed or used.
xcb.h already has xcb_ge_event_t. Is this hunk solely for the <doc>
section? Or for the #define XCB_GE 35 ?
Peter Harris
--
Open Text Connectivity Solutions Group
Peter Harris http://connectivity.opentext.com/
Research and Development Phone: +1 905 762 6001
pharris at opentext.com Toll Free: 1 877 359 4866
More information about the xorg-devel
mailing list