mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
bug fixes
This commit is contained in:
@@ -1137,8 +1137,8 @@ wManageWindow(WScreen *scr, Window window)
|
||||
|
||||
if (!wwin->flags.miniaturized && workspace == scr->current_workspace
|
||||
&& !wwin->flags.hidden) {
|
||||
if ((transientOwner && transientOwner->flags.focused)
|
||||
|| wPreferences.auto_focus)
|
||||
if (((transientOwner && transientOwner->flags.focused)
|
||||
|| wPreferences.auto_focus) && !WFLAGP(wwin, no_focusable))
|
||||
wSetFocusTo(scr, wwin);
|
||||
}
|
||||
wWindowResetMouseGrabs(wwin);
|
||||
|
||||
Reference in New Issue
Block a user