mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 03:38:04 +02:00
xinput: ev DeviceKeyPress.state: add mask
add mask KeyButMask to field "state" spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt#n2271
This commit is contained in:
parent
319220781c
commit
24cd3000e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1839,7 +1839,7 @@ authorization from the authors.
|
|||
<field type="INT16" name="root_y" />
|
||||
<field type="INT16" name="event_x" />
|
||||
<field type="INT16" name="event_y" />
|
||||
<field type="CARD16" name="state" />
|
||||
<field type="CARD16" name="state" mask="KeyButMask" />
|
||||
<field type="BOOL" name="same_screen" />
|
||||
<field type="CARD8" name="device_id" />
|
||||
</event>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue