mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-28 19:00:18 +01:00
protocol: fix the description summary for the touch events
Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/308>
This commit is contained in:
parent
561cfd009e
commit
739ea0f357
1 changed files with 3 additions and 3 deletions
|
|
@ -1472,7 +1472,7 @@
|
|||
</event>
|
||||
|
||||
<event name="down" since="1" context-type="receiver">
|
||||
<description summary="touch down request">
|
||||
<description summary="touch down event">
|
||||
See the ei_touchscreen.down request for details.
|
||||
|
||||
It is a protocol violation to send this request for a client
|
||||
|
|
@ -1487,7 +1487,7 @@
|
|||
</event>
|
||||
|
||||
<event name="motion" since="1" context-type="receiver">
|
||||
<description summary="touch motion request">
|
||||
<description summary="touch motion event">
|
||||
See the ei_touchscreen.motion request for details.
|
||||
|
||||
It is a protocol violation to send this request for a client
|
||||
|
|
@ -1502,7 +1502,7 @@
|
|||
</event>
|
||||
|
||||
<event name="up" since="1" context-type="receiver">
|
||||
<description summary="touch motion request">
|
||||
<description summary="touch motion event">
|
||||
See the ei_touchscreen.up request for details.
|
||||
|
||||
It is a protocol violation to send this request for a client
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue