Add simple clipboard based on wayland protocol
authorMinJeong Kim <minjjj.kim@samsung.com>
Wed, 16 Jul 2014 15:48:14 +0000 (11:48 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 26 Aug 2014 14:10:38 +0000 (10:10 -0400)
commitf0ba92d39e1f6631974d53100dcbb4cc040a8241
tree56ccf424c56a7018cf437b3a75dd8e9c0692d676
parent1370d6bd3271ab4df95d755a3ec3518b3e1adec2
Add simple clipboard based on wayland protocol

Summary:
Whenever any client requests new selection_set,
the data is saved to server-side clipboard directly on this revision.
So data device is able to keep data which is copied from client app have closed already
and is able to provide those data to new focused surface before coming new selection_set request.

Reviewers: devilhorns

Subscribers: cedric, gwanglim

Differential Revision: https://phab.enlightenment.org/D1165
src/bin/e_comp_wl.h
src/bin/e_comp_wl_data.c
src/bin/e_comp_wl_data.h