RandR: add missing outputs list to GetCrtcInfoReply.
[free-sw/xcb/proto] / src / randr.xml
index de552e7..fe13916 100644 (file)
@@ -322,6 +322,7 @@ authorization from the authors.
                <field type="CARD32" name="long_length" />
                <field type="BOOL" name="delete" />
                <field type="BOOL" name="pending" />
+               <pad bytes="2" />
                <reply>
                        <field type="CARD8" name="format" />
                        <field type="ATOM" name="type" />
@@ -370,7 +371,6 @@ authorization from the authors.
                <reply>
                        <field type="CARD8" name="status" />    <!-- enum SetConfig -->
                        <field type="TIMESTAMP" name="timestamp" />
-                       <field type="CARD32" name="crtc" />
                        <field type="INT16" name="x" />
                        <field type="INT16" name="y" />
                        <field type="CARD16" name="width" />
@@ -383,6 +383,9 @@ authorization from the authors.
                        <list type="CARD32" name="outputs">
                                <fieldref>num_outputs</fieldref>
                        </list>
+                       <list type="CARD32" name="possible">
+                               <fieldref>num_possible_outputs</fieldref>
+                       </list>
                </reply>
        </request>
 
@@ -394,6 +397,7 @@ authorization from the authors.
                <field type="INT16" name="y" />
                <field type="CARD32" name="mode" />
                <field type="CARD16" name="rotation" />         <!-- enum Rotation -->
+               <pad bytes="2" />
                <reply>
                        <field type="CARD8" name="status" />    <!-- enum SetConfig -->
                        <field type="TIMESTAMP" name="timestamp" />
@@ -405,6 +409,7 @@ authorization from the authors.
                <reply>
                        <field type="CARD8" name="status" />    <!-- enum SetConfig -->
                        <field type="CARD16" name="size" />
+                       <pad bytes="22" />
                </reply>
        </request>