Replace XIDs with CARD32s in the xc_misc protocol descriptions.
authorIan Osgood <iosgood@Titania.local>
Thu, 9 Mar 2006 06:56:40 +0000 (22:56 -0800)
committerIan Osgood <iosgood@Titania.local>
Thu, 9 Mar 2006 06:56:40 +0000 (22:56 -0800)
(XIDs only exist client-side.)

src/extensions/xc_misc.xml

index 5eb0591..8643503 100644 (file)
@@ -18,7 +18,7 @@ for licensing information.
   <request name="GetXIDRange" opcode="1">
     <reply>
       <pad bytes="1" />
-      <field type="XID" name="start_id" />
+      <field type="CARD32" name="start_id" />
       <field type="CARD32" name="count" />
     </reply>
   </request>
@@ -29,7 +29,7 @@ for licensing information.
       <pad bytes="1" />
       <field type="CARD32" name="ids_len" />
       <pad bytes="20" />
-      <list type="XID" name="ids">
+      <list type="CARD32" name="ids">
         <fieldref>ids_len</fieldref>
       </list>
     </reply>