diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-04-02 09:58:16 +1000 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-04-03 15:44:50 -0400 |
| commit | 4a599e029db9fc7b6a75bd05ba9a39158b2066e3 (patch) | |
| tree | 82b66c95fa8e794e04f566cb025d66d247582e07 /protocol | |
| parent | doc: don't start a variable list if we have no sub-elements (diff) | |
| download | wayland-4a599e029db9fc7b6a75bd05ba9a39158b2066e3.tar wayland-4a599e029db9fc7b6a75bd05ba9a39158b2066e3.tar.gz wayland-4a599e029db9fc7b6a75bd05ba9a39158b2066e3.tar.bz2 wayland-4a599e029db9fc7b6a75bd05ba9a39158b2066e3.tar.lz wayland-4a599e029db9fc7b6a75bd05ba9a39158b2066e3.tar.xz wayland-4a599e029db9fc7b6a75bd05ba9a39158b2066e3.tar.zst wayland-4a599e029db9fc7b6a75bd05ba9a39158b2066e3.zip | |
protocol: use "summary", not "description" for xkb_v1 format
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 6864779..11760f6 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1323,7 +1323,7 @@ This 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"> |
