From e749c455c61664dac98f5429d130a39ba59255b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20S=C5=82awi=C5=84ski?= Date: Mon, 26 May 2014 01:01:04 +0200 Subject: [PATCH] wmaker: raise shaded window when alt tabbing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Josip Deanovic Signed-off-by: Amadeusz Sławiński --- src/cycling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cycling.c b/src/cycling.c index e752aee7..9331739c 100644 --- a/src/cycling.c +++ b/src/cycling.c @@ -43,7 +43,7 @@ static void raiseWindow(WSwitchPanel * swpanel, WWindow * wwin) { Window swwin = wSwitchPanelGetWindow(swpanel); - if (wwin->flags.mapped) { + if (wwin->flags.mapped || wwin->flags.shaded) { if (swwin != None) { Window win[2];