1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-27 08:52:30 +01:00

include minimized windows in switch panel

This commit is contained in:
kojima
2004-10-19 01:29:34 +00:00
parent 9de3560d9f
commit f6fb9fbb3e
3 changed files with 57 additions and 24 deletions

View File

@@ -349,7 +349,11 @@ StartWindozeCycle(WWindow *wwin, XEvent *event, Bool next)
#endif
XUngrabKeyboard(dpy, CurrentTime);
}
wSetFocusTo(scr, newFocused);
if (newFocused) {
wSetFocusTo(scr, newFocused);
wMakeWindowVisible(newFocused);
}
#ifdef MOX_CYCLING
if (swpanel)