mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 12:28:06 +02:00
xprint: Fix <field type="STRING8"> in PrintGetAttributes reply
The reply for PrintGetAttributes contains a field of type STRING8, which makes no sense as the STRING8 type is only used to denote a string. This has been changed to <list type="STRING8"> with field "stringLen" as its length. Reviewed-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
parent
a37c762e33
commit
70fea02b7d
1 changed files with 3 additions and 1 deletions
|
|
@ -235,7 +235,9 @@ authorization from the authors.
|
|||
<pad bytes="1" />
|
||||
<field type="CARD32" name="stringLen" />
|
||||
<pad bytes="20" />
|
||||
<field type="STRING8" name="attributes" />
|
||||
<list type="STRING8" name="attributes">
|
||||
<fieldref>stringLen</fieldref>
|
||||
</list>
|
||||
</reply>
|
||||
</request>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue