e_comp_wl_data: fixed saving duplicated data to clipboard 12/73712/3
authorMinJeong Kim <minjjj.kim@samsung.com>
Thu, 9 Jun 2016 08:06:14 +0000 (17:06 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Thu, 9 Jun 2016 09:51:14 +0000 (18:51 +0900)
commitcef9360a6069becf642f0e1df767e57c0d7743e3
tree9c0b9b8e21adb588f0cda4571a89a62c6245a17e
parent48457aaaf7ba002d804bc1958cfb231ad373bd9f
e_comp_wl_data: fixed saving duplicated data to clipboard

Previous clipboard_source had held duplicated data of selection source
because multiple 'write' in a very short time to write end pipe was
processed by one 'read' of clipboard_source from read end pipe often.
So to resolve these problem, 'packet' mode of unidirectional pipe is
enabled.

Change-Id: I9fde0087710e55bcda7d9c7016280df45e887fee
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
src/bin/e_comp_wl_data.c
src/bin/e_comp_wl_data.h