protocol: disallow wl_keyboard.keymap with an active surface

Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
Julian Orth 2024-05-10 19:13:35 +02:00
parent ab47a58aa8
commit 002051b16d

View file

@ -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.
</description>
<arg name="format" type="uint" enum="keymap_format" summary="keymap format"/>
<arg name="fd" type="fd" summary="keymap file descriptor"/>