Re: [PATCH wayland v8 2/2] protocol: Add DnD actions

2016-01-13 Thread Carlos Garnacho
Hey Jonas, On Mon, Jan 11, 2016 at 9:12 AM, Jonas Ådahl wrote: > On Thu, Dec 24, 2015 at 03:21:11AM +0100, Carlos Garnacho wrote: >> These 2 requests have been added: >> >> - wl_data_source.set_actions: Notifies the compositor of the available >> actions on the data source. >> - wl_data_offer.s

Re: [PATCH wayland v8 2/2] protocol: Add DnD actions

2016-01-11 Thread Jonas Ådahl
On Thu, Dec 24, 2015 at 03:21:11AM +0100, Carlos Garnacho wrote: > These 2 requests have been added: > > - wl_data_source.set_actions: Notifies the compositor of the available > actions on the data source. > - wl_data_offer.set_actions: Notifies the compositor of the available > actions on the

[PATCH wayland v8 2/2] protocol: Add DnD actions

2015-12-23 Thread Carlos Garnacho
These 2 requests have been added: - wl_data_source.set_actions: Notifies the compositor of the available actions on the data source. - wl_data_offer.set_actions: Notifies the compositor of the available actions on the destination side, plus the preferred action. Out of the data from these req