Re: [PATCH] shell: Allow unresponsive surfaces to be moved again

2014-04-09 Thread Kristian Høgsberg
On Wed, Apr 09, 2014 at 05:39:39PM +0300, Ander Conselvan de Oliveira wrote: > From: Ander Conselvan de Oliveira > > Commit c85f1d45 caused the move of an unresponsive surface to be no > longer possible, since the grabbed flag would prevent the move grab > to start while the busy grab was still a

[PATCH] shell: Allow unresponsive surfaces to be moved again

2014-04-09 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira Commit c85f1d45 caused the move of an unresponsive surface to be no longer possible, since the grabbed flag would prevent the move grab to start while the busy grab was still active. --- desktop-shell/shell.c | 3 +++ 1 file changed, 3 insertions(+) diff --git