mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-07 03:48:00 +02:00
Merge branch 'xdg-shell-array-docs' into 'main'
xdg-shell: Update documentation on array formats. See merge request wayland/wayland-protocols!410
This commit is contained in:
commit
8335d4a261
1 changed files with 5 additions and 2 deletions
|
|
@ -1161,12 +1161,15 @@
|
|||
arguments should be interpreted, and possibly how it should be
|
||||
drawn.
|
||||
|
||||
The states are sent as an array of 32-bit unsigned integers in
|
||||
native endianness. State values are defined in the state enum.
|
||||
|
||||
Clients must send an ack_configure in response to this event. See
|
||||
xdg_surface.configure and xdg_surface.ack_configure for details.
|
||||
</description>
|
||||
<arg name="width" type="int"/>
|
||||
<arg name="height" type="int"/>
|
||||
<arg name="states" type="array"/>
|
||||
<arg name="states" type="array" summary="array of 32-bit states"/>
|
||||
</event>
|
||||
|
||||
<event name="close">
|
||||
|
|
@ -1236,7 +1239,7 @@
|
|||
xdg_surface.configure for details.
|
||||
|
||||
The capabilities are sent as an array of 32-bit unsigned integers in
|
||||
native endianness.
|
||||
native endianness. Capability values are defined in the wm_capabilities enum.
|
||||
</description>
|
||||
<arg name="capabilities" type="array" summary="array of 32-bit capabilities"/>
|
||||
</event>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue