Re: wmaker: fix stacking order of dock and fullscreen

2017-03-17 Thread Bjørn Mork
Michael Shigorin writes: > Hello Bjørn, >> Removing WMFullscreenLevel had the side effect that a dock or panel >> having the _NET_WM_WINDOW_TYPE_DOCK type would stack on top of >> fullscreen windows, obscuring part of them. This is unwanted. No >> other window should

list server changes?

2016-08-15 Thread Bjørn Mork
Any particular reason why these: List-Id: List-Help: List-Unsubscribe: List-Subscribe: List-Post:

[PATCH 1/2] wmaker: fix stacking order of dock and fullscreen

2016-07-12 Thread Bjørn Mork
gher stacking levels present. The separate WMFullscreenLevel is needed. Cc: Amadeusz Sławiński <am...@asmblr.net> Signed-off-by: Bjørn Mork <bj...@mork.no> --- src/WindowMaker.h | 1 + src/actions.c | 16 ++-- src/wmspec.c | 2 +- 3 files changed, 12 insertions(+),

[PATCH 2/2] wmaker: allow alt+tabbed windows over fullscreen

2016-07-12 Thread Bjørn Mork
: Amadeusz Sławiński <am...@asmblr.net> Signed-off-by: Bjørn Mork <bj...@mork.no> --- src/actions.c | 4 src/cycling.c | 4 2 files changed, 8 insertions(+) diff --git a/src/actions.c b/src/actions.c index 63f9f36457ca..bae060183fd1 100644 --- a/src/actions.c +++ b/s

[PATCH 0/2] Fix for fullscreen window being obscured by panel

2016-07-12 Thread Bjørn Mork
'm a bit unsure about the latter. Bjørn Mork (2): wmaker: fix stacking order of dock and fullscreen wmaker: allow alt+tabbed windows over fullscreen src/WindowMaker.h | 1 + src/actions.c | 20 ++-- src/cycling.c | 4 src/wmspec.c | 2 +- 4 files changed