[PATCH] protocol: Add close event to wl_shell_surface.

Scott Moreau oreaus at gmail.com
Mon Jan 30 05:47:15 PST 2012


---
 protocol/wayland.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index cad2507..4413f97 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -474,6 +474,13 @@
 	to the client owning the popup surface.
       </description>
     </event>
+
+    <event name="close">
+      <description summary="ask surface to close">
+	The client handling the surface is expected to clean up and
+	destroy the surface when receiving this event.
+      </description>
+    </event>
   </interface>
 
   <interface name="wl_surface" version="1">
-- 
1.7.4.1



More information about the wayland-devel mailing list