| Summary: |
XKB-GetState missing lookupMods field |
| Product: |
XCB
|
Reporter: |
Robert Ancell <robert.ancell> |
| Component: |
Protocol | Assignee: |
xcb mailing list dummy <xcb> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
xcb mailing list dummy <xcb> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
XKB-GetState missing lookupMods field --- a/src/xkb.xml +++ b/src/xkb.xml @@ -1162,6 +1162,7 @@ authorization from the authors. <field name="compatState" type="CARD8" mask="ModMask" /> <field name="grabMods" type="CARD8" mask="ModMask" /> <field name="compatGrabMods" type="CARD8" mask="ModMask" /> + <field name="lookupMods" type="CARD8" mask="ModMask" /> <field name="compatLookupMods" type="CARD8" mask="ModMask" /> <pad bytes="1" /> <field name="ptrBtnState" type="CARD16" mask="KeyButMask" />