[PATCH 1/3] protocol: use "summary", not "description" for xkb_v1 format
Peter Hutterer
peter.hutterer at who-t.net
Mon Apr 1 16:58:16 PDT 2013
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>
<event name="keymap">
--
1.8.1.4
More information about the wayland-devel
mailing list