mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-05 04:06:20 -05:00
protocol: specify element type/bits of arrays
The only array arg in the core protocol is the keys arg of the wl_keyboard.enter event. Signed-off-by: Isaac Freund <mail@isaacfreund.com>
This commit is contained in:
parent
f78acbeadd
commit
a09ab2a474
1 changed files with 2 additions and 1 deletions
|
|
@ -2441,7 +2441,8 @@
|
|||
</description>
|
||||
<arg name="serial" type="uint" summary="serial number of the enter event"/>
|
||||
<arg name="surface" type="object" interface="wl_surface" summary="surface gaining keyboard focus"/>
|
||||
<arg name="keys" type="array" summary="the currently pressed keys"/>
|
||||
<arg name="keys" type="array" element-type="uint" element-bits="32"
|
||||
summary="the currently pressed keys"/>
|
||||
</event>
|
||||
|
||||
<event name="leave">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue