On Mon, Nov 02, 2015 at 09:15:15PM +0100, Carlos Garnacho wrote:
> Hi Bryce,
>
> On Mon, Nov 2, 2015 at 8:44 PM, Bryce Harrington
> wrote:
> > On Fri, Oct 30, 2015 at 10:04:49PM +0100, Carlos Garnacho wrote:
> >> Weston now sends wl_data_source.drop_performed and .drag_finished in
> >> order to
Hi Bryce,
On Mon, Nov 2, 2015 at 8:44 PM, Bryce Harrington wrote:
> On Fri, Oct 30, 2015 at 10:04:49PM +0100, Carlos Garnacho wrote:
>> Weston now sends wl_data_source.drop_performed and .drag_finished in
>> order to notify about the different phases of DnD.
>>
>> wl_data_source.cancelled is also
On Fri, Oct 30, 2015 at 10:04:49PM +0100, Carlos Garnacho wrote:
> Weston now sends wl_data_source.drop_performed and .drag_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 oper
This fixes the issues I pointed out before.
Reviewed-by: Michael Catanzaro
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel
Weston now sends wl_data_source.drop_performed and .drag_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).
T