[Xcb] [Bug 67782] New: xproto.xml: ConfigureWindow request with additional 'value_mask' field

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Aug 5 03:53:03 PDT 2013


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

          Priority: medium
            Bug ID: 67782
          Assignee: xcb at lists.freedesktop.org
           Summary: xproto.xml: ConfigureWindow request with additional
                    'value_mask' field
        QA Contact: xcb at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: j.keil at gmx.de
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: Protocol
           Product: XCB

Hello,

In the protocol description for ConfigureWindow there is an extra "value_mask"
field. This field is not used in the generated xcb_configure_window functions.

Since there is already field called "value_mask" for the valueparam, I suspect
this is not wanted. This also creates errors when trying to generate functions
with two "value_mask" parameters.

  <request name="ConfigureWindow" opcode="12">
    <pad bytes="1" />
    <field type="WINDOW" name="window" />
=>  <field type="CARD16" name="value_mask" />
    <pad bytes="2" />
    <valueparam value-mask-type="CARD16"
                value-mask-name="value_mask"
                value-list-name="value_list" />

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20130805/fce08195/attachment-0001.html>


More information about the Xcb mailing list