Re: [PATCH weston 2/2] shell: Don't lower fullscreen layer on activate

2013-01-15 Thread Kristian Høgsberg
On Tue, Jan 15, 2013 at 09:48:55PM +0100, Jonas Ådahl wrote: > On Tue, Jan 15, 2013 at 9:44 PM, Kristian Høgsberg > wrote: > > On Tue, Jan 15, 2013 at 09:25:56PM +0100, Jonas Ådahl wrote: > >> To be able to have a fullscreen surface on one output, and interact with > >> surfaces on another output

Re: [PATCH weston 2/2] shell: Don't lower fullscreen layer on activate

2013-01-15 Thread Jonas Ådahl
On Tue, Jan 15, 2013 at 9:44 PM, Kristian Høgsberg wrote: > On Tue, Jan 15, 2013 at 09:25:56PM +0100, Jonas Ådahl wrote: >> To be able to have a fullscreen surface on one output, and interact with >> surfaces on another output, don't lower the fullscreen layer on >> activate. > > This breaks alt-t

Re: [PATCH weston 2/2] shell: Don't lower fullscreen layer on activate

2013-01-15 Thread Kristian Høgsberg
On Tue, Jan 15, 2013 at 09:25:56PM +0100, Jonas Ådahl wrote: > To be able to have a fullscreen surface on one output, and interact with > surfaces on another output, don't lower the fullscreen layer on > activate. This breaks alt-tab on single-output configurations. The idea is that you can alt-t

[PATCH weston 2/2] shell: Don't lower fullscreen layer on activate

2013-01-15 Thread Jonas Ådahl
To be able to have a fullscreen surface on one output, and interact with surfaces on another output, don't lower the fullscreen layer on activate. Signed-off-by: Jonas Ådahl --- src/shell.c |1 - 1 file changed, 1 deletion(-) diff --git a/src/shell.c b/src/shell.c index cdbb756..47882a5 100