Merge branch 'array-arg-element-type-print' into 'main'

Draft: connection: print elements of arrays with element-type

See merge request wayland/wayland!301
This commit is contained in:
Isaac Freund 2024-02-26 16:27:56 +00:00
commit 230b6c871a
6 changed files with 231 additions and 26 deletions

View file

@ -28,5 +28,7 @@
<!ATTLIST arg interface CDATA #IMPLIED>
<!ATTLIST arg allow-null CDATA #IMPLIED>
<!ATTLIST arg enum CDATA #IMPLIED>
<!ATTLIST arg element-type CDATA #IMPLIED>
<!ATTLIST arg element-bits CDATA #IMPLIED>
<!ELEMENT description (#PCDATA)>
<!ATTLIST description summary CDATA #REQUIRED>

View file

@ -2455,7 +2455,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">