try to fix some weird focus issues
Mark Tiefenbruck mark@fluxbox.org
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/fluxbox.cc
→
src/fluxbox.cc
@@ -825,6 +825,7 @@
// 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;