mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-27 06:46:40 -04:00
protocol: disallow wl_keyboard.keymap with an active surface
Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
ab47a58aa8
commit
002051b16d
1 changed files with 3 additions and 0 deletions
|
|
@ -2455,6 +2455,9 @@
|
||||||
|
|
||||||
From version 7 onwards, the fd must be mapped with MAP_PRIVATE by
|
From version 7 onwards, the fd must be mapped with MAP_PRIVATE by
|
||||||
the recipient, as MAP_SHARED may fail.
|
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>
|
</description>
|
||||||
<arg name="format" type="uint" enum="keymap_format" summary="keymap format"/>
|
<arg name="format" type="uint" enum="keymap_format" summary="keymap format"/>
|
||||||
<arg name="fd" type="fd" summary="keymap file descriptor"/>
|
<arg name="fd" type="fd" summary="keymap file descriptor"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue