diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
2585 | case Above: | 2585 | case Above: |
2586 | case TopIf: | 2586 | case TopIf: |
2587 | default: | 2587 | default: |
2588 | setCurrentClient(*client, false); | 2588 | setCurrentClient(*client, m_focused); |
2589 | raise(); | 2589 | raise(); |
2590 | break; | 2590 | break; |
2591 | 2591 | ||