Re: [PATCH weston] Fullscreen surfaces

2014-02-04 Thread Bill Spitzak
Emilio Pozuelo Monfort wrote: On 03/02/14 17:14, Emilio Pozuelo Monfort wrote: Hi Bill, On 30/01/14 23:33, Bill Spitzak wrote: Fullscreen, normal windows, and "panels" can be arranged in any stacking order, except the compositor enforces this rule: The "panels" are always just below the l

Re: [PATCH weston] Fullscreen surfaces

2014-02-04 Thread Jasper St. Pierre
You can see our layers here: https://git.gnome.org/browse/mutter/tree/src/meta/common.h#n572 On Tue, Feb 4, 2014 at 2:45 AM, Emilio Pozuelo Monfort wrote: > On 03/02/14 17:14, Emilio Pozuelo Monfort wrote: > > Hi Bill, > > > > On 30/01/14 23:33, Bill Spitzak wrote: > >> There really should not

Re: [PATCH weston] Fullscreen surfaces

2014-02-03 Thread Emilio Pozuelo Monfort
On 03/02/14 17:14, Emilio Pozuelo Monfort wrote: > Hi Bill, > > On 30/01/14 23:33, Bill Spitzak wrote: >> There really should not be a "fullscreen layer" which is what is causing this >> problem. "layers" are imho a mistake except for the desttop and the mouse >> cursor. >> >> What I think needs

Re: [PATCH weston] Fullscreen surfaces

2014-02-03 Thread Bill Spitzak
Emilio Pozuelo Monfort wrote: Hi Bill, On 30/01/14 23:33, Bill Spitzak wrote: There really should not be a "fullscreen layer" which is what is causing this problem. "layers" are imho a mistake except for the desttop and the mouse cursor. What I think needs to happen: Fullscreen, normal win

Re: [PATCH weston] Fullscreen surfaces

2014-02-03 Thread Emilio Pozuelo Monfort
Hi Bill, On 30/01/14 23:33, Bill Spitzak wrote: > There really should not be a "fullscreen layer" which is what is causing this > problem. "layers" are imho a mistake except for the desttop and the mouse > cursor. > > What I think needs to happen: > > Fullscreen, normal windows, and "panels" ca

Re: [PATCH weston] Fullscreen surfaces

2014-01-30 Thread Bill Spitzak
There really should not be a "fullscreen layer" which is what is causing this problem. "layers" are imho a mistake except for the desttop and the mouse cursor. What I think needs to happen: Fullscreen, normal windows, and "panels" can be arranged in any stacking order, except the compositor e

[PATCH weston] Fullscreen surfaces

2014-01-30 Thread pochu27
From: Emilio Pozuelo Monfort Hi, The following patch fixes a bunch of issues related to fullscreen surfaces. From my testing, this makes fullscreen clients behave much better. We still have the following problem, but it is not a regression. I am not sure how to fix it without regressing other s