Re: [PATCH weston] shell: Don't allow maximized surfaces to be moved with touch

2014-05-09 Thread Kristian Høgsberg
On Wed, May 07, 2014 at 02:22:23PM +0300, Ander Conselvan de Oliveira wrote: > From: Ander Conselvan de Oliveira > > Moving a maximized surface with the pointer is already not possible, > so make the behavior with touch consistent. > > https://bugs.freedesktop.org/show_bug.cgi?id=78208 Thanks,

[PATCH weston] shell: Don't allow maximized surfaces to be moved with touch

2014-05-07 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira Moving a maximized surface with the pointer is already not possible, so make the behavior with touch consistent. https://bugs.freedesktop.org/show_bug.cgi?id=78208 --- desktop-shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/des