[PATCH 3/3] Add a release request on wl_seat

David FORT rdp.effort at gmail.com
Wed Feb 25 06:03:35 PST 2015


This is required if we want to correctly remove a wl_seat server-side.
---
 protocol/wayland.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 4fb8035..8f63ebf 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1400,6 +1400,12 @@
       <arg name="name" type="string"/>
     </event>
 
+    <!-- Version 3 additions -->
+
+    <request name="release" type="destructor" since="3">
+      <description summary="release the seat object"/>
+    </request>
+
   </interface>
 
   <interface name="wl_pointer" version="3">
-- 
1.9.1



More information about the wayland-devel mailing list