mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-11 04:28:09 -05:00
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:
commit
230b6c871a
6 changed files with 231 additions and 26 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue