diff options
author | Peter Harris <peter.harris@hummingbird.com> | 2008-10-16 19:04:40 -0400 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2008-10-20 22:58:52 +0200 |
commit | b5553dfd705e9a7cc23ce92fc9f94bf076278954 (patch) | |
tree | 01352d93d8d5dd83bca1dfe7912679ed4901547d /src/xprint.xml | |
parent | 6a901fb9a684d9980e78789e2993c4a42946d4cd (diff) |
Move the defintion of STRING8 above its first use in xprint.xml
Signed-off-by: Julien Danjou <julien@danjou.info>
Diffstat (limited to 'src/xprint.xml')
-rw-r--r-- | src/xprint.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xprint.xml b/src/xprint.xml index 0dcff1d..ffd8df1 100644 --- a/src/xprint.xml +++ b/src/xprint.xml @@ -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"> |