mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 18:58:03 +02:00
Move the defintion of STRING8 above its first use in xprint.xml
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6a901fb9a6
commit
b5553dfd70
1 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,8 @@ authorization from the authors.
|
|||
|
||||
<import>xproto</import>
|
||||
|
||||
<typedef oldname="char" newname="STRING8" />
|
||||
|
||||
<!-- Types -->
|
||||
<struct name="PRINTER">
|
||||
<field type="CARD32" name="nameLen" />
|
||||
|
|
@ -49,7 +51,6 @@ authorization from the authors.
|
|||
|
||||
<!--<typedef oldname="CARD32" newname="PCONTEXT" />-->
|
||||
<xidtype name="PCONTEXT" />
|
||||
<typedef oldname="char" newname="STRING8" />
|
||||
|
||||
<!-- "PrintGetDocumentData" -->
|
||||
<enum name="GetDoc">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue