From dff84e563896566e952f8a6704eadb8c09f27830 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 1 Jun 2012 12:13:37 +0100 Subject: [PATCH] Add wl_keyboard::keymap event With this event, the compositor generates one canonical keymap for all clients, and then sends an mmap()able fd over the wire, rather than all the clients generating possibly disparate keymaps. Signed-off-by: Daniel Stone --- protocol/wayland.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 9d93f4a..e9c6787 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -860,6 +860,24 @@ + + + This enum specifies the format of the keymap provided to the client + with the wl_keyboard::keymap event. + + + + + + + This event provides a file descriptor to the client which can be + memory-mapped to provide a keyboard mapping description. + + + + + + -- 2.7.4