Re: [PATCH weston v3 4/8] desktop-shell: Support tracking active surfaces

2016-05-26 Thread Pekka Paalanen
On Thu, 7 Apr 2016 16:44:19 -0700 Bryce Harrington wrote: > Activity for desktop-shell simply follows keyboard focus. Only a single > surface can be active at a time. > > Signed-off-by: Bryce Harrington > --- > desktop-shell/shell.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a

[PATCH weston v3 4/8] desktop-shell: Support tracking active surfaces

2016-04-07 Thread Bryce Harrington
Activity for desktop-shell simply follows keyboard focus. Only a single surface can be active at a time. Signed-off-by: Bryce Harrington --- desktop-shell/shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 6e49076..48e4e30 100644 --