mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 03:48:07 +02:00
res: Fix and rename list in ClientIdValue
The list is a CARD32 and rename the field to "value" to match the specification. Signed-off-by: Daniel Martin <consume.noise@gmail.com> Signed-off-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
parent
45d8361e59
commit
5802c6a0f9
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ authorization from the authors.
|
|||
<struct name="ClientIdValue">
|
||||
<field type="ClientIdSpec" name="spec" />
|
||||
<field type="CARD32" name="length" />
|
||||
<list type="CARD8" name="client_ids">
|
||||
<list type="CARD32" name="value">
|
||||
<fieldref>length</fieldref>
|
||||
</list>
|
||||
</struct>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue