From: Jonas Ådahl Date: Fri, 23 Jan 2015 08:21:14 +0000 (+0800) Subject: protocol: Clarify selection data offer destruction requirement X-Git-Tag: 1.6.92~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ce947bd9043c989e2caa4a6053e542b048a5718;p=platform%2Fupstream%2Fwayland.git protocol: Clarify selection data offer destruction requirement Clarify that a client receiving a wl_data_device.selection event must destroy the data_offer of the previous wl_data_device.selection event, if any. Signed-off-by: Jonas Ådahl --- diff --git a/protocol/wayland.xml b/protocol/wayland.xml index ac1b62f..2a49805 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -643,7 +643,9 @@ immediately before receiving keyboard focus and when a new selection is set while the client has keyboard focus. The data_offer is valid until a new data_offer or NULL is received - or until the client loses keyboard focus. + or until the client loses keyboard focus. The client must + destroy the previous selection data_offer, if any, upon receiving + this event.