try to fix some weird focus issues

This commit is contained in:
Mark Tiefenbruck 2008-09-11 14:01:36 -07:00
parent bf620f96df
commit 3ac1ab023e

View file

@ -825,6 +825,7 @@ void Fluxbox::handleEvent(XEvent * const e) {
// a grab is something of a pseudo-focus event, so we ignore
// them, here we ignore some window receiving it
if (e->xfocus.mode == NotifyGrab ||
e->xfocus.mode == NotifyUngrab ||
e->xfocus.detail == NotifyPointer ||
e->xfocus.detail == NotifyInferior)
break;