Enable focusing windows not containing the pointer in pointer focus modes when

using the focus list (noted by Peter Poulsen).


SVN revision: 29092
This commit is contained in:
Kim Woelders 2007-03-25 08:53:36 +00:00
parent 417024c1ec
commit 76b8de47a2
1 changed files with 4 additions and 0 deletions

View File

@ -573,6 +573,10 @@ FocusHandleEnter(EWin * ewin, XEvent * ev)
}
}
if (ev->xcrossing.mode == NotifyUngrab &&
ev->xcrossing.detail == NotifyNonlinearVirtual)
return;
switch (Conf.focus.mode)
{
default: