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:
Christian Linhart 2014-08-16 12:08:28 +02:00
parent e224ebbe20
commit 70d59f56b1

View file

@ -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" />