Re: [PATCH weston v3 5/8] fullscreen-shell: Support tracking active surfaces

2016-06-06 Thread Pekka Paalanen
On Fri, 3 Jun 2016 18:45:59 -0700 Bryce Harrington wrote: > On Thu, May 26, 2016 at 06:01:52PM +0300, Pekka Paalanen wrote: > > On Thu, 7 Apr 2016 16:44:20 -0700 > > Bryce Harrington wrote: > > > > > Surface activity is determined by what surface is being displayed > > > fullscreen. Only a

Re: [PATCH weston v3 5/8] fullscreen-shell: Support tracking active surfaces

2016-06-03 Thread Bryce Harrington
On Thu, May 26, 2016 at 06:01:52PM +0300, Pekka Paalanen wrote: > On Thu, 7 Apr 2016 16:44:20 -0700 > Bryce Harrington wrote: > > > Surface activity is determined by what surface is being displayed > > fullscreen. Only a single surface can be active in the shell. > > Hi, > > only a single sur

Re: [PATCH weston v3 5/8] fullscreen-shell: Support tracking active surfaces

2016-05-26 Thread Pekka Paalanen
On Thu, 7 Apr 2016 16:44:20 -0700 Bryce Harrington wrote: > Surface activity is determined by what surface is being displayed > fullscreen. Only a single surface can be active in the shell. Hi, only a single surface can be active? But there is a surface for every output. Shouldn't every visi

[PATCH weston v3 5/8] fullscreen-shell: Support tracking active surfaces

2016-04-07 Thread Bryce Harrington
Surface activity is determined by what surface is being displayed fullscreen. Only a single surface can be active in the shell. Signed-off-by: Bryce Harrington --- fullscreen-shell/fullscreen-shell.c | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a