Re: [PATCH 3/3] Terminate a drag if the origin surface is destroyed

2012-03-01 Thread Kristian Hoegsberg
On Thu, Mar 01, 2012 at 02:09:43PM +0200, Ander Conselvan de Oliveira wrote: This one I'm not sure about. Obviously if the source client goes away, we need to end the grab, but we only need the origin surface to verify that the client has an implicit grab. Once the drag is started I think it sho

[PATCH 3/3] Terminate a drag if the origin surface is destroyed

2012-03-01 Thread Ander Conselvan de Oliveira
--- src/data-device.c| 57 -- src/wayland-server.h |1 + 2 files changed, 42 insertions(+), 16 deletions(-) diff --git a/src/data-device.c b/src/data-device.c index f0f6baa..184f2aa 100644 --- a/src/data-device.c +++ b/src/data-device.c @@