mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 03:38:04 +02:00
xinput: request GrabDeviceButton: fix type of field owner_events
change type of field "owner_events" from CARD8 to BOOL spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt#n1311 (file-position in the above URL may become wrong if the spec changes)
This commit is contained in:
parent
d15b0f6113
commit
e224ebbe20
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ authorization from the authors.
|
|||
<field type="CARD8" name="this_device_mode" enum="GrabMode" />
|
||||
<field type="CARD8" name="other_device_mode" enum="GrabMode" />
|
||||
<field type="CARD8" name="button" altenum="Grab" />
|
||||
<field type="CARD8" name="owner_events" />
|
||||
<field type="BOOL" name="owner_events" />
|
||||
<pad bytes="2" />
|
||||
<list type="EventClass" name="classes">
|
||||
<fieldref>num_classes</fieldref>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue