mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 06:08:01 +02:00
XKB: Change CARD8 to char where ASCII is expected
This does not impact libxcb, but it makes some pretty-printers prettier. Signed-off-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
parent
2ad6d97b39
commit
63fce1aa1a
1 changed files with 4 additions and 4 deletions
|
|
@ -370,23 +370,23 @@ authorization from the authors.
|
|||
</struct>
|
||||
|
||||
<struct name="KeyName">
|
||||
<list name="name" type="CARD8">
|
||||
<list name="name" type="char">
|
||||
<value>4</value>
|
||||
</list>
|
||||
</struct>
|
||||
|
||||
<struct name="KeyAlias">
|
||||
<list name="real" type="CARD8">
|
||||
<list name="real" type="char">
|
||||
<value>4</value>
|
||||
</list>
|
||||
<list name="alias" type="CARD8">
|
||||
<list name="alias" type="char">
|
||||
<value>4</value>
|
||||
</list>
|
||||
</struct>
|
||||
|
||||
<struct name="CountedString16">
|
||||
<field name="length" type="CARD16" />
|
||||
<list name="string" type="CARD8">
|
||||
<list name="string" type="char">
|
||||
<fieldref>length</fieldref>
|
||||
</list>
|
||||
<list type="void" name="alignment_pad">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue