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:
Peter Hutterer 2024-12-17 15:11:35 +10:00
parent 561cfd009e
commit 739ea0f357

View file

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