Move the defintion of STRING8 above its first use in xprint.xml
authorPeter Harris <peter.harris@hummingbird.com>
Thu, 16 Oct 2008 23:04:40 +0000 (19:04 -0400)
committerJulien Danjou <julien@danjou.info>
Mon, 20 Oct 2008 20:58:52 +0000 (22:58 +0200)
Signed-off-by: Julien Danjou <julien@danjou.info>
src/xprint.xml

index 0dcff1d..ffd8df1 100644 (file)
@@ -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">