Re: [PATCH] compositor: make the input region of drag surfaces empty

2012-02-28 Thread Kristian Hoegsberg
On Tue, Feb 28, 2012 at 05:59:33PM +0200, Ander Conselvan de Oliveira wrote: > With the input region changes, drag surfaces were being picked and > receiving events which led to problems on the client side. > --- > src/compositor.c | 16 > 1 files changed, 16 insertions(+), 0 de

[PATCH] compositor: make the input region of drag surfaces empty

2012-02-28 Thread Ander Conselvan de Oliveira
With the input region changes, drag surfaces were being picked and receiving events which led to problems on the client side. --- src/compositor.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index b12c583..eabb34f 100