From fca762aa6ac510aa3b5a85bd3b2c56945b984e37 Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 25 Mar 2007 17:32:49 +0000 Subject: little fix for clients in tabbed windows raising themselves --- src/Window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Window.cc b/src/Window.cc index 8e6b887..079126b 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2578,7 +2578,7 @@ void FluxboxWindow::configureRequestEvent(XConfigureRequestEvent &cr) { case Above: case TopIf: default: - setCurrentClient(*client, false); + setCurrentClient(*client, focused); raise(); break; -- cgit v0.11.2