From: kabeer <[email protected]>
Signed-off-by: kabeer <[email protected]>
---
protocol/wayland.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index bb457bc..1d3b24f 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -517,7 +517,7 @@
</interface>
- <interface name="wl_data_device" version="1">
+ <interface name="wl_data_device" version="2">
<description summary="data transfer device">
There is one wl_data_device per seat which can be obtained
from the global wl_data_device_manager singleton.
@@ -640,6 +640,13 @@
</description>
<arg name="id" type="object" interface="wl_data_offer"
allow-null="true"/>
</event>
+
+ <!-- Version 2 additions -->
+
+ <request name="release" type="destructor" since="2">
+ <description summary="destroy data device">
+ </description>
+ </request>
</interface>
<interface name="wl_data_device_manager" version="1">
--
1.7.9.5
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel