Re: [PATCH wayland] data-device: Don't fake an attach event on drag icon surface

2012-10-11 Thread Kristian Høgsberg
On Thu, Oct 11, 2012 at 02:05:37PM +0300, Ander Conselvan de Oliveira wrote: > Emit a new drag icon signal instead and let the compositor handle the > unmapping of the icon surface. Much better, I never liked calling back into the protocol handler. Kristian > --- > src/data-device.c | 12 ++--

[PATCH wayland] data-device: Don't fake an attach event on drag icon surface

2012-10-11 Thread Ander Conselvan de Oliveira
Emit a new drag icon signal instead and let the compositor handle the unmapping of the icon surface. --- src/data-device.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/data-device.c b/src/data-device.c index 82020af..363a90d 100644 --- a/src/data-device.c