[Xcb] [Bug 43605] New: XKB-SetControls has some incorrectly named fields

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 7 15:10:14 PST 2011


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

             Bug #: 43605
           Summary: XKB-SetControls has some incorrectly named fields
    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


XKB-SetControls has some incorrectly named fields according to the spec,
interanlRealMods -> internalRealMods, Internal where Ignore should be used.

--- a/src/xkb.xml
+++ b/src/xkb.xml
@@ -1222,13 +1223,13 @@ authorization from the authors.
        <request name="SetControls" opcode="7">
                <field name="deviceSpec" type="DeviceSpec" />
                <field name="affectInternalRealMods" type="CARD8"
mask="ModMask" />
-               <field name="interanlRealMods" type="CARD8" mask="ModMask" />
+               <field name="internalRealMods" type="CARD8" mask="ModMask" />
                <field name="affectIgnoreLockRealMods" type="CARD8"
mask="ModMask" />
                <field name="ignoreLockRealMods" type="CARD8" mask="ModMask" />
                <field name="affectInternalVirtualMods" type="CARD16"
mask="VMod" />
                <field name="internalVirtualMods" type="CARD16" mask="VMod" />
-               <field name="affectInternalLockVirtualMods" type="CARD16"
mask="VMod" />
-               <field name="internalLockVirtualMods" type="CARD16" mask="VMod"
/>
+               <field name="affectIgnoreLockVirtualMods" type="CARD16"
mask="VMod" />
+               <field name="ignoreLockVirtualMods" type="CARD16" mask="VMod"
/>
                <field name="mouseKeysDfltBtn" type="CARD8" />
                <field name="groupsWrap" type="CARD8" />
                <field name="accessXOptions" type="AXOption" />

-- 
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