diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 0deecd2..36bd271 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -596,7 +596,6 @@ void FluxboxWindow::attachClient(WinClient &client, int x, int y) { | |||
596 | // figure out which client to raise at the end | 596 | // figure out which client to raise at the end |
597 | if (FocusControl::focusedFbWindow() == old_win) { | 597 | if (FocusControl::focusedFbWindow() == old_win) { |
598 | was_focused = true; | 598 | was_focused = true; |
599 | focused_win = FocusControl::focusedWindow(); | ||
600 | } else if (FocusControl::focusedFbWindow() != this) { | 599 | } else if (FocusControl::focusedFbWindow() != this) { |
601 | FocusControl::FocusedWindows focus_list = | 600 | FocusControl::FocusedWindows focus_list = |
602 | screen().focusControl().focusedOrderList(); | 601 | screen().focusControl().focusedOrderList(); |