[Xcb-commit] xcb-proto/src/extensions xprint.xml,1.1,1.2

Jeremy Kolb xcb-commit at lists.freedesktop.org
Mon Jul 18 13:03:45 EST 2005


Update of /cvs/xcb/xcb-proto/src/extensions
In directory gabe:/tmp/cvs-serv5310/src/extensions

Modified Files:
	xprint.xml 
Log Message:
Make a list length explicit.



Index: xprint.xml
===================================================================
RCS file: /cvs/xcb/xcb-proto/src/extensions/xprint.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xprint.xml	15 Jul 2005 02:32:46 -0000	1.1
+++ xprint.xml	18 Jul 2005 03:03:43 -0000	1.2
@@ -106,7 +106,9 @@
             <pad bytes="1" />
             <field type="CARD32" name="listCount" />
             <pad bytes="20" />
-            <list type="PRINTER" name="printers" />
+            <list type="PRINTER" name="printers">
+                <fieldref>listCount</fieldref>
+            </list>
         </reply>
     </request>
 



More information about the xcb-commit mailing list