mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-23 06:59:47 -05:00
Document the shell.configure event a bit
This commit is contained in:
parent
c5c510ec75
commit
67f367f329
1 changed files with 6 additions and 0 deletions
|
|
@ -164,6 +164,12 @@
|
||||||
<arg name="id" type="new_id" interface="drag"/>
|
<arg name="id" type="new_id" interface="drag"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
|
<!-- The configure event asks the client to resize its surface.
|
||||||
|
The size is a hint, in the sense that the client is free to
|
||||||
|
ignore it if it doesn't resize, pick a smaller size (to
|
||||||
|
satisfy aspect ration or resize in steps of NxM pixels). The
|
||||||
|
client is free to dismiss all but the last configure event it
|
||||||
|
received. -->
|
||||||
<event name="configure">
|
<event name="configure">
|
||||||
<arg name="time" type="uint"/>
|
<arg name="time" type="uint"/>
|
||||||
<!-- Same as edges except also move (16) -->
|
<!-- Same as edges except also move (16) -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue