summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-12-09 11:06:46 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-12-09 11:06:46 -0500
commit67f367f329f3640d12db43cf5dc14e7f8b1e1242 (patch)
tree80e2a31be7adf401d02d019d060284ddfba6eb0c /protocol
parentc5c510ec7523efc60d955d5daa8df3776c35e65a (diff)
Document the shell.configure event a bit
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index ca887a9..62d8a66 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -164,6 +164,12 @@
<arg name="id" type="new_id" interface="drag"/>
</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">
<arg name="time" type="uint"/>
<!-- Same as edges except also move (16) -->