From 0953e126d7836781a3310e85c9b5a0e6408b2a49 Mon Sep 17 00:00:00 2001 From: kabeer khan Date: Mon, 13 Oct 2014 10:34:26 +0530 Subject: [PATCH] Protocol : Added destructor to wl_data_device interface [Pekka Paalanen: removed trailing whitespace, adjust bz link.] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=81745 Signed-off-by: kabeer khan Reviewed-by: Pekka Paalanen --- protocol/wayland.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 762482e..f70c026 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -517,7 +517,7 @@ - + There is one wl_data_device per seat which can be obtained from the global wl_data_device_manager singleton. @@ -647,9 +647,17 @@ + + + + + + This request destroys the data device. + + - + The wl_data_device_manager is a singleton global object that provides access to inter-client data transfer mechanisms such as -- 2.7.4