Re: [PATCH weston 1/2] shell: update pointer focus when surface is minimized.

2015-10-07 Thread Bryce Harrington
On Tue, Oct 06, 2015 at 10:40:27AM -0500, Derek Foreman wrote: > From: Nicolas Guyomard > > Signed-off-by: Nicolas Guyomard > Signed-off-by: Derek Foreman Reviewed-by: Bryce Harrington > --- > desktop-shell/shell.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git

Re: [PATCH weston 1/2] shell: update pointer focus when surface is minimized.

2015-10-06 Thread Derek Foreman
On 06/10/15 10:40 AM, Derek Foreman wrote: > From: Nicolas Guyomard > > Signed-off-by: Nicolas Guyomard > Signed-off-by: Derek Foreman > --- Nicolas brought it to my attention that this patch was already rejected in this thread: http://lists.freedesktop.org/archives/wayland-devel/2015-March/02

[PATCH weston 1/2] shell: update pointer focus when surface is minimized.

2015-10-06 Thread Derek Foreman
From: Nicolas Guyomard Signed-off-by: Nicolas Guyomard Signed-off-by: Derek Foreman --- desktop-shell/shell.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 3c6a3da..ee705e5 100644 --- a/desktop-shell/shell.c +++ b/d