mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-05-25 21:37:54 -04:00
protocol/virtual-keyboard: set format enum in zwp_virtual_keyboard_v1.keymap request
This commit is contained in:
parent
1a791c2349
commit
c5c1ba2baa
1 changed files with 1 additions and 3 deletions
|
|
@ -39,10 +39,8 @@
|
||||||
<description summary="keyboard mapping">
|
<description summary="keyboard mapping">
|
||||||
Provide a file descriptor to the compositor which can be
|
Provide a file descriptor to the compositor which can be
|
||||||
memory-mapped to provide a keyboard mapping description.
|
memory-mapped to provide a keyboard mapping description.
|
||||||
|
|
||||||
Format carries a value from the keymap_format enumeration.
|
|
||||||
</description>
|
</description>
|
||||||
<arg name="format" type="uint" summary="keymap format"/>
|
<arg name="format" type="uint" enum="wl_keyboard.keymap_format" summary="keymap format"/>
|
||||||
<arg name="fd" type="fd" summary="keymap file descriptor"/>
|
<arg name="fd" type="fd" summary="keymap file descriptor"/>
|
||||||
<arg name="size" type="uint" summary="keymap size, in bytes"/>
|
<arg name="size" type="uint" summary="keymap size, in bytes"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue