diff options
Diffstat (limited to 'src/Window.cc')
-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 ef56e6e..5ef606b 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -622,7 +622,7 @@ void FluxboxWindow::attachClient(WinClient &client, int x, int y) { | |||
622 | // reparent client win to this frame | 622 | // reparent client win to this frame |
623 | frame().setClientWindow(client); | 623 | frame().setClientWindow(client); |
624 | WinClient *was_focused = 0; | 624 | WinClient *was_focused = 0; |
625 | WinClient *focused_win = Fluxbox::instance()->getFocusedWindow(); | 625 | WinClient *focused_win = FocusControl::focusedWindow(); |
626 | 626 | ||
627 | // get the current window on the end of our client list | 627 | // get the current window on the end of our client list |
628 | Window leftwin = None; | 628 | Window leftwin = None; |