Re: [PATCH weston v5 1/5] data-device: Implement DnD progress notification

2016-01-11 Thread Jonas Ã…dahl
On Thu, Dec 24, 2015 at 03:23:43AM +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

[PATCH weston v5 1/5] data-device: Implement DnD progress notification

2015-12-23 Thread Carlos Garnacho
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).