mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: xkb_v1 is null-terminated
Closes #270 Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
40c275f642
commit
ee92898cb5
1 changed files with 1 additions and 1 deletions
|
|
@ -2261,7 +2261,7 @@
|
|||
<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; to determine the xkb keycode, clients must add 8 to the key event keycode"/>
|
||||
summary="libxkbcommon compatible, null-terminated string; to determine the xkb keycode, clients must add 8 to the key event keycode"/>
|
||||
</enum>
|
||||
|
||||
<event name="keymap">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue