[Xcb] [Bug 43603] New: RotateProperties has an array of 'atoms' where the spec says 'properties'

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 7 07:06:11 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=43603

             Bug #: 43603
           Summary: RotateProperties has an array of 'atoms' where the
                    spec says 'properties'
    Classification: Unclassified
           Product: XCB
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Protocol
        AssignedTo: xcb at lists.freedesktop.org
        ReportedBy: robert.ancell at gmail.com
         QAContact: xcb at lists.freedesktop.org


RotateProperties has an array of 'atoms' where the spec says 'properties':

--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -2351,9 +2354,9 @@ authorization from the authors.
   <request name="RotateProperties" opcode="114">
     <pad bytes="1" />
     <field type="WINDOW" name="window" />
-    <field type="CARD16" name="atoms_len" />
+    <field type="CARD16" name="properties_len" />
     <field type="INT16" name="delta" />
-    <list type="ATOM" name="atoms">
+    <list type="ATOM" name="properties">
       <fieldref>atoms_len</fieldref>
     </list>
   </request>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the Xcb mailing list