mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-25 06:59:46 -05:00
protocol: fix two protocol description 'typos'
Remove "mice, for example", it's described in the wl_pointer interface in detail. And remove space before the full stop. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9c0357af6e
commit
e5202f76b0
1 changed files with 4 additions and 4 deletions
|
|
@ -1106,10 +1106,10 @@
|
||||||
|
|
||||||
<interface name="wl_seat" version="1">
|
<interface name="wl_seat" version="1">
|
||||||
<description summary="group of input devices">
|
<description summary="group of input devices">
|
||||||
A seat is a group of keyboards, pointer (mice, for example) and
|
A seat is a group of keyboards, pointer and touch devices. This
|
||||||
touch devices. This object is published as a global during
|
object is published as a global during start up, or when such a
|
||||||
start up, or when such a device is hot plugged. A seat typically
|
device is hot plugged. A seat typically has a pointer and
|
||||||
has a pointer and maintains a keyboard focus and a pointer focus.
|
maintains a keyboard focus and a pointer focus.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<enum name="capability">
|
<enum name="capability">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue