summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2013-06-24 16:50:41 +0100
committerKristian Høgsberg <krh@bitplanet.net>2013-06-28 19:51:12 -0400
commit2e075874435e0f2c8a03faeec24a4062b94c47b2 (patch)
tree9dd0b0ab34da92ea7141a8d44abd97b48af2d1b1
parent3af748b872f8f1ac4ce536b9826cc7ecbe74df6a (diff)
protocol: add no_keymap format to keymap formats
This format is used to specify that the key button events received are not in relation to any key map and that the codes should be interpreted directly. v2: Use zero for the no keymap enum value and enhance the documentation for the enum entry.
-rw-r--r--protocol/wayland.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 3d4ec9b..1442b6a 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1404,6 +1404,8 @@
This specifies the format of the keymap provided to the
client with the wl_keyboard.keymap event.
</description>
+ <entry name="no_keymap" value="0"
+ summary="no keymap; client must understand how to interpret the raw keycode"/>
<entry name="xkb_v1" value="1" summary="libxkbcommon compatible"/>
</enum>