On Fri, Jan 15, 2016 at 09:09:46PM +0100, Carlos Garnacho wrote:
> Hey Jonas,
>
> On Fri, Jan 15, 2016 at 6:32 AM, Jonas Ådahl wrote:
> > On Thu, Jan 14, 2016 at 11:43:39PM +0100, Carlos Garnacho wrote:
> >> Weston now sends wl_data_source.dnd_drop_performed and .dnd_finished in
> >> order to not
Hey Jonas,
On Fri, Jan 15, 2016 at 6:32 AM, Jonas Ådahl wrote:
> On Thu, Jan 14, 2016 at 11:43:39PM +0100, Carlos Garnacho wrote:
>> Weston now sends wl_data_source.dnd_drop_performed and .dnd_finished in
>> order to notify about the different phases of DnD.
>>
>> wl_data_source.cancelled is also
On Thu, Jan 14, 2016 at 11:43:39PM +0100, Carlos Garnacho wrote:
> Weston now sends wl_data_source.dnd_drop_performed and .dnd_finished in
> order to notify about the different phases of DnD.
>
> wl_data_source.cancelled is also used as mentioned in the docs, being
> emitted also on DnD when the o
Weston now sends wl_data_source.dnd_drop_performed and .dnd_finished in
order to notify about the different phases of DnD.
wl_data_source.cancelled is also used as mentioned in the docs, being
emitted also on DnD when the operation is meant to fail (eg. source
and dest didn't agree on a mimetype).