From 4337a6de42540b56f951c8ca3c99fc096a643321 Mon Sep 17 00:00:00 2001 From: suhyung Eom Date: Wed, 1 Feb 2017 13:55:21 +0900 Subject: [PATCH] [3.0] Fixed not to count copied image in a clipboard Signed-off-by: suhyung Eom Change-Id: I9fdc51cff435bcb6b82ccdb80ee10ff484c4392e --- adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp b/adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp index 684f61b..6f99055 100644 --- a/adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp +++ b/adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp @@ -37,8 +37,8 @@ #ifndef CBHM_DBUS_INTERFACE #define CBHM_DBUS_INTERFACE "org.tizen.cbhm.dbus" #endif /* CBHM_DBUS_INTERFACE */ +#define CBHM_COUNT_ALL 0 // ATOM_INDEX_CBHM_COUNT_ALL -#define CLIPBOARD_STR "CLIPBOARD_STR" #define CLIPBOARD_BUFFER_SIZE 3000 /////////////////////////////////////////////////////////////////////////////////////////////////// @@ -159,6 +159,7 @@ struct Clipboard::Impl } eldbus_message_ref(req); + eldbus_message_arguments_append(req, "i", CBHM_COUNT_ALL) ; reply = eldbus_proxy_send_and_block(eldbus_proxy, req, 100); if (!reply || eldbus_message_error_get(reply, &errname, &errmsg)) { -- 2.7.4