Reported-by: Josip Deanovic <[email protected]>
Signed-off-by: Amadeusz Sławiński <[email protected]>
---
src/cycling.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cycling.c b/src/cycling.c
index e752aee..9331739 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];
--
1.9.3
--
To unsubscribe, send mail to [email protected].