Add a variety of 'None' enum types and altenum references.
[free-sw/xcb/proto] / src / dpms.xml
index 27ba98a..8e84b2d 100644 (file)
@@ -25,7 +25,8 @@ institutions shall not be used in advertising or otherwise to promote the
 sale, use or other dealings in this Software without prior written
 authorization from the authors.
 -->
-<xcb header="dpms" extension-xname="DPMS" extension-name="DPMS">
+<xcb header="dpms" extension-xname="DPMS" extension-name="DPMS"
+    major-version="0" minor-version="0">
   <request name="GetVersion" opcode="0">
     <field type="CARD16" name="client_major_version" />
     <field type="CARD16" name="client_minor_version" />
@@ -40,6 +41,7 @@ authorization from the authors.
     <reply>
       <pad bytes="1" />
       <field type="BOOL" name="capable" />
+      <pad bytes="23" />
     </reply>
   </request>
 
@@ -49,6 +51,7 @@ authorization from the authors.
       <field type="CARD16" name="standby_timeout" />
       <field type="CARD16" name="suspend_timeout" />
       <field type="CARD16" name="off_timeout" />
+      <pad bytes="18" />
     </reply>
   </request>
 
@@ -71,6 +74,7 @@ authorization from the authors.
       <pad bytes="1" />
       <field type="CARD16" name="power_level" />
       <field type="BOOL" name="state" />
+      <pad bytes="21" />
     </reply>
   </request>
 </xcb>