mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 04:48:05 +02:00
xinput: event Enter: fix type of fields same_screen and focus
fix type of fields "same_screen" and "focus" from CARD8 to BOOL spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt#n2432 (file-position in the above URL may become wrong if the spec changes)
This commit is contained in:
parent
e224ebbe20
commit
70d59f56b1
1 changed files with 2 additions and 2 deletions
|
|
@ -2031,8 +2031,8 @@ authorization from the authors.
|
|||
<field type="FP1616" name="root_y" />
|
||||
<field type="FP1616" name="event_x" />
|
||||
<field type="FP1616" name="event_y" />
|
||||
<field type="CARD8" name="same_screen" />
|
||||
<field type="CARD8" name="focus" />
|
||||
<field type="BOOL" name="same_screen" />
|
||||
<field type="BOOL" name="focus" />
|
||||
<field type="CARD16" name="buttons_len" />
|
||||
<field type="ModifierInfo" name="mods" />
|
||||
<field type="GroupInfo" name="group" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue