1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

Some fixes over 0.51.2-pre2, in WINGs, wwindow.c, and FAQ

This commit is contained in:
dan
1999-03-10 15:47:10 +00:00
parent 1160cbdb9d
commit ea5d3bcde3
6 changed files with 78 additions and 75 deletions

View File

@@ -423,7 +423,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;