Re: [PATCH weston 1/2] data-device: add a function to send the selection to a client

2015-05-01 Thread Daniel Stone
Hi, On 1 May 2015 at 10:59, Giulio Camuffo wrote: > 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. There is one behaviour change here, w

[PATCH weston 1/2] data-device: add a function to send the selection to a client

2015-05-01 Thread Giulio Camuffo
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. --- src/compositor.h | 3 +++ src/data-device.c | 54