From 002051b16df09d089b76493671db6eb25ac51a0a Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Fri, 10 May 2024 19:13:35 +0200 Subject: [PATCH] protocol: disallow wl_keyboard.keymap with an active surface Signed-off-by: Julian Orth --- protocol/wayland.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 6752cb7d..c7230453 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -2455,6 +2455,9 @@ From version 7 onwards, the fd must be mapped with MAP_PRIVATE by the recipient, as MAP_SHARED may fail. + + From version 10 onwards, the compositor must not send this event while + the wl_keyboard has an active surface.