mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-23 05:35:51 -04: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
5cf0063e5c
commit
823fcc6f54
1 changed files with 2 additions and 1 deletions
|
|
@ -2411,7 +2411,8 @@
|
||||||
</description>
|
</description>
|
||||||
<arg name="serial" type="uint" summary="serial number of the enter event"/>
|
<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="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>
|
||||||
|
|
||||||
<event name="leave">
|
<event name="leave">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue