From b2957c60607573fdf8f2a57a82cc2c03f34f0b47 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 19 Feb 2007 16:44:37 +0000 Subject: when a client in a tabbed window asks to be raised, set it to the current client --- src/Window.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Window.cc b/src/Window.cc index ccdb477..9bc4c5a 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2602,6 +2602,7 @@ void FluxboxWindow::configureRequestEvent(XConfigureRequestEvent &cr) { case Above: case TopIf: default: + setCurrentClient(*client, false); raise(); break; -- cgit v0.11.2