1
0
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:
dan
1999-02-23 14:46:39 +00:00
parent e7495baff7
commit 60980735fe
8 changed files with 43 additions and 45 deletions

View File

@@ -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;