commit | dddf9e67b732f6fcee2e42423838bd799b31e92e | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Fri May 01 12:59:35 2015 +0300 |
committer | Daniel Stone <daniels@collabora.com> | Fri May 01 13:02:16 2015 +0100 |
tree | 60837c34cbe9f9fb01ca004c72435e63c0fcf7af | |
parent | 6a94a99f39a8920bf26c38d345c0887ae7144e7f [diff] |
data-device: add a function to send the selection to a client This commit adds a new exported function, weston_seat_send_selection(), which sends the current selection to a specified client. This is useful e.g. to implement a clipboard manager as a special client. Reviewed-by: Daniel Stone <daniels@collabora.com>