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:
Isaac Freund 2023-03-13 12:37:30 +01:00
parent f78acbeadd
commit a09ab2a474

View file

@ -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">