mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
syncing with latst changes, because cvs will be moved
This commit is contained in:
@@ -425,7 +425,7 @@ wWindowSetupInitialAttributes(WWindow *wwin, int *level, int *workspace)
|
||||
Bool
|
||||
wWindowCanReceiveFocus(WWindow *wwin)
|
||||
{
|
||||
if (!wwin->flags.mapped && !wwin->flags.shaded)
|
||||
if (!wwin->flags.mapped && (!wwin->flags.shaded || wwin->flags.hidden))
|
||||
return False;
|
||||
if (WFLAGP(wwin, no_focusable) || wwin->flags.miniaturized)
|
||||
return False;
|
||||
|
||||
Reference in New Issue
Block a user