[PATCH 3/3] protocol: fix two protocol description 'typos'

Kristian Høgsberg hoegsberg at gmail.com
Wed Apr 3 12:28:38 PDT 2013


On Tue, Apr 02, 2013 at 09:58:18AM +1000, Peter Hutterer wrote:
> 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 <peter.hutterer at who-t.net>
> ---
>  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>

I applied just this part of the patch.

Kristian

> @@ -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
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list