aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-02-18 20:19:22 (GMT)
committerfluxgen <fluxgen>2006-02-18 20:19:22 (GMT)
commit5ceacc65925f597180c918fcaa2a8171c42cbcdd (patch)
tree1cee0d151c5368ee69bf4e0e432d0f7f6af37b38 /src/Window.cc
parentf53c93e5e0add69771204056550d07b4fee4efef (diff)
downloadfluxbox-5ceacc65925f597180c918fcaa2a8171c42cbcdd.zip
fluxbox-5ceacc65925f597180c918fcaa2a8171c42cbcdd.tar.bz2
moved all focus handling to FocusControl
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc2
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;