<div dir="ltr">Looks correct to me.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 23, 2015 at 12:21 AM, Jonas Ådahl <span dir="ltr"><<a href="mailto:jadahl@gmail.com" target="_blank">jadahl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Clarify that a client receiving a wl_data_device.selection event must<br>
destroy the data_offer of the previous wl_data_device.selection event,<br>
if any.<br>
<br>
Signed-off-by: Jonas Ådahl <<a href="mailto:jadahl@gmail.com">jadahl@gmail.com</a>><br>
---<br>
protocol/wayland.xml | 4 +++-<br>
1 file changed, 3 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/protocol/wayland.xml b/protocol/wayland.xml<br>
index ac1b62f..2a49805 100644<br>
--- a/protocol/wayland.xml<br>
+++ b/protocol/wayland.xml<br>
@@ -643,7 +643,9 @@<br>
immediately before receiving keyboard focus and when a new<br>
selection is set while the client has keyboard focus. The<br>
data_offer is valid until a new data_offer or NULL is received<br>
- or until the client loses keyboard focus.<br>
+ or until the client loses keyboard focus. The client must<br>
+ destroy the previous selection data_offer, if any, upon receiving<br>
+ this event.<br>
</description><br>
<arg name="id" type="object" interface="wl_data_offer" allow-null="true"/><br>
</event><br>
<span class="HOEnZb"><font color="#888888">--<br>
2.1.0<br>
<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</font></span></blockquote></div><br></div>