From 58e280952a47fc3fb77b4659a21cc4ce6a73066e Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 25 Mar 2007 17:30:57 +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 560bf96..9790220 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2585,7 +2585,7 @@ void FluxboxWindow::configureRequestEvent(XConfigureRequestEvent &cr) { case Above: case TopIf: default: - setCurrentClient(*client, false); + setCurrentClient(*client, m_focused); raise(); break; -- cgit v0.11.2