mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 11:58:09 +02:00
[xkb] Rename type, sequence, and length
These fields are already defined by the protocol. Rename them to avoid potential name collisions. Signed-off-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
parent
0ba74c7d50
commit
e172bed682
1 changed files with 3 additions and 3 deletions
|
|
@ -1984,12 +1984,12 @@ authorization from the authors.
|
|||
<bitcase name="types">
|
||||
<enumref ref="GBNDetail">Types</enumref>
|
||||
<!-- from the spec, this has to be a GetMap reply -->
|
||||
<field name="type" type="CARD8" />
|
||||
<field name="getmap_type" type="CARD8" />
|
||||
<!-- done 'emulating' GetMap reply header-->
|
||||
<field name="typeDeviceID" type="CARD8" />
|
||||
<!-- from the spec, this has to be a GetMap reply -->
|
||||
<field name="sequence" type="CARD16" />
|
||||
<field name="length" type="CARD32" />
|
||||
<field name="getmap_sequence" type="CARD16" />
|
||||
<field name="getmap_length" type="CARD32" />
|
||||
<!-- done 'emulating' GetMap reply header-->
|
||||
<pad bytes="2" />
|
||||
<field name="typeMinKeyCode" type="KEYCODE" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue