Re: [PATCH wayland 2/3] protocol: Clarify selection data offer destruction requirement

2015-01-23 Thread Bill Spitzak
Looks correct to me. On Fri, Jan 23, 2015 at 12:21 AM, Jonas Ådahl wrote: > 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 > --- > protocol/wayland.xml | 4 +

[PATCH wayland 2/3] protocol: Clarify selection data offer destruction requirement

2015-01-23 Thread Jonas Ådahl
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 --- protocol/wayland.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/p