Re: [PATCH weston] desktop-shell: implement touch popup grabs

2014-09-04 Thread Pekka Paalanen
On Thu, 4 Sep 2014 12:58:12 +0300 Pekka Paalanen wrote: > On Wed, 20 Aug 2014 11:27:10 +0200 > Jonny Lamb wrote: > > > --- > > desktop-shell/shell.c | 155 > > ++ > > 1 file changed, 143 insertions(+), 12 deletions(-) > Do you want this patch t

Re: [PATCH weston] desktop-shell: implement touch popup grabs

2014-09-04 Thread Pekka Paalanen
On Wed, 20 Aug 2014 11:27:10 +0200 Jonny Lamb wrote: > --- > desktop-shell/shell.c | 155 > ++ > 1 file changed, 143 insertions(+), 12 deletions(-) > > diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c > index ec72287..db7841a 100644 > -

[PATCH weston] desktop-shell: implement touch popup grabs

2014-08-20 Thread Jonny Lamb
--- desktop-shell/shell.c | 155 ++ 1 file changed, 143 insertions(+), 12 deletions(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index ec72287..db7841a 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -223,9 +223,11