aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Window.cc2
1 files changed, 1 insertions, 1 deletions
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) {
2578 case Above: 2578 case Above:
2579 case TopIf: 2579 case TopIf:
2580 default: 2580 default:
2581 setCurrentClient(*client, false); 2581 setCurrentClient(*client, focused);
2582 raise(); 2582 raise();
2583 break; 2583 break;
2584 2584