From 051282029d68a8fc7b85ccb64bee2a9dcefcce06 Mon Sep 17 00:00:00 2001 From: MinJeong Kim Date: Mon, 27 Feb 2017 19:44:44 +0900 Subject: [PATCH] tizen_clipboard: version up to 2 - add set_data_only and allowed_data_only Change-Id: I7cfe9e54dd199003d75de358b2d9336ad7734003 Signed-off-by: MinJeong Kim --- protocol/tizen-extension.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/protocol/tizen-extension.xml b/protocol/tizen-extension.xml index 303d3b1..b895b12 100755 --- a/protocol/tizen-extension.xml +++ b/protocol/tizen-extension.xml @@ -1312,7 +1312,7 @@ - + This interface provides some requests and events about clipboard for other clients. @@ -1332,6 +1332,22 @@ + + + + + A wayland client can notify of that the client is data only mode. + The data only mode means that this wayland client doesn't have any + wl_surfaces at all but it wants to use wl_data_device for some data + operations. + + + + + + + + -- 2.34.1