Remove "mice, for example", it's described in the wl_pointer interface in detail. And remove space before the full stop.
wl_seat_caps_mask doesn't exist anymore, rename accordingly. Signed-off-by: Peter Hutterer <[email protected]> --- protocol/wayland.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index ac560b2..9a0aa15 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -950,8 +950,8 @@ <interface name="wl_seat" version="1"> <description summary="seat"> - A group of keyboards, pointer (mice, for example) and touch - devices . This object is published as a global during start up, + A group of keyboards, pointer and touch + devices. This object is published as a global during start up, or when such a device is hot plugged. A seat typically has a pointer and maintains a keyboard_focus and a pointer_focus. </description> @@ -970,8 +970,9 @@ <event name="capabilities"> <description summary="seat capabilities changed"> This is emitted whenever a seat gains or loses the pointer, - keyboard or touch capabilities. The argument is a wl_seat_caps_mask - enum containing the complete set of capabilities this seat has. + keyboard or touch capabilities. The argument is a + enum wl_seat::capabilities mask containing the complete set of + capabilities this seat has. </description> <arg name="capabilities" type="uint"/> </event> -- 1.8.1.4 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
