all repos — fluxbox @ 7047c4b7ad6ad33bcf062303ffa4a93ed2363cea

custom fork of the fluxbox windowmanager

correct little focus thing
rathnor rathnor
commit

7047c4b7ad6ad33bcf062303ffa4a93ed2363cea

parent

f68c15cfa29a3eefc6e209ab1799e4d02c5cce40

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

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.cc,v 1.191 2003/09/14 11:23:48 rathnor Exp $ +// $Id: fluxbox.cc,v 1.192 2003/09/14 11:56:11 rathnor Exp $ #include "fluxbox.hh"

@@ -866,7 +866,7 @@

} break; case FocusOut:{ // and here we ignore some window losing the special grab focus - if (e->xfocus.mode == NotifyUngrab || + if (e->xfocus.mode == NotifyGrab || e->xfocus.detail == NotifyPointer) break; WinClient *winclient = searchWindow(e->xfocus.window);