mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-31 07:11:27 -04:00
Merge branch 'array-arg-element-type' into 'main'
scanner: allow element-type and enum on array args See merge request wayland/wayland!300
This commit is contained in:
commit
37c234b289
3 changed files with 109 additions and 22 deletions
|
|
@ -2461,7 +2461,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