[PATCH 1/3] protocol: use "summary", not "description" for xkb_v1 format
Kristian Høgsberg
hoegsberg at gmail.com
Wed Apr 3 12:15:31 PDT 2013
On Tue, Apr 02, 2013 at 09:58:16AM +1000, Peter Hutterer wrote:
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
> protocol/wayland.xml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/protocol/wayland.xml b/protocol/wayland.xml
> index 9d276f8..4750115 100644
> --- a/protocol/wayland.xml
> +++ b/protocol/wayland.xml
> @@ -1132,7 +1132,7 @@
> This enum specifies the format of the keymap provided to the client
> with the wl_keyboard::keymap event.
> </description>
> - <entry name="xkb_v1" value="1" description="libxkbcommon compatible"/>
> + <entry name="xkb_v1" value="1" summary="libxkbcommon compatible"/>
> </enum>
Oh yeah, oops. Thanks, applied.
Kristian
>
> <event name="keymap">
> --
> 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