all repos — fluxbox @ 3ac1ab023e33487ed9b851cef9c82d144ed62bc8

custom fork of the fluxbox windowmanager

try to fix some weird focus issues
Mark Tiefenbruck mark@fluxbox.org
commit

3ac1ab023e33487ed9b851cef9c82d144ed62bc8

parent

bf620f96df0942db356255f8af7f522ae46af82e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/fluxbox.ccsrc/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;