Document the shell.configure event a bit
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 9 Dec 2010 16:06:46 +0000 (11:06 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 9 Dec 2010 16:06:46 +0000 (11:06 -0500)
protocol/wayland.xml

index ca887a9..62d8a66 100644 (file)
       <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) -->