diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.cc | 1 |
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 | ||