aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkt <markt>2007-02-19 16:44:37 (GMT)
committermarkt <markt>2007-02-19 16:44:37 (GMT)
commitb2957c60607573fdf8f2a57a82cc2c03f34f0b47 (patch)
treefa38a60f38dc055a1428611dfa158ee37de469d4
parentbd3d8d5c8da9a1db58108c3b26257d7bb3d3139c (diff)
downloadfluxbox-b2957c60607573fdf8f2a57a82cc2c03f34f0b47.zip
fluxbox-b2957c60607573fdf8f2a57a82cc2c03f34f0b47.tar.bz2
when a client in a tabbed window asks to be raised, set it to the current client
-rw-r--r--src/Window.cc1
1 files changed, 1 insertions, 0 deletions
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) {
2602 case Above: 2602 case Above:
2603 case TopIf: 2603 case TopIf:
2604 default: 2604 default:
2605 setCurrentClient(*client, false);
2605 raise(); 2606 raise();
2606 break; 2607 break;
2607 2608