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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user