summaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-26 21:31:55 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-26 21:31:55 (GMT)
commitb2546389a50ff370036590d799cfb640329160c5 (patch)
treeac86f4f4333728b9c1791b09a893b3a5724430b0 /src/Window.cc
parent396c6fe40f71450b3621554317695a689f46471d (diff)
downloadfluxbox_lack-b2546389a50ff370036590d799cfb640329160c5.zip
fluxbox_lack-b2546389a50ff370036590d799cfb640329160c5.tar.bz2
changing focusnew/mousefocus should affect windows that are already open
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 5eb380e..8126e9e 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -264,8 +264,8 @@ FluxboxWindow::FluxboxWindow(WinClient &client, FbWinFrameTheme &tm,
264 m_toggled_decos(false), 264 m_toggled_decos(false),
265 m_icon_hidden(false), 265 m_icon_hidden(false),
266 m_focus_hidden(false), 266 m_focus_hidden(false),
267 m_focus_new(screen().focusControl().focusNew()), 267 m_focus_new(screen().focusControl(), &FocusControl::focusNew),
268 m_mouse_focus(screen().focusControl().isMouseFocus()), 268 m_mouse_focus(screen().focusControl(), &FocusControl::isMouseFocus),
269 m_click_focus(true), 269 m_click_focus(true),
270 m_old_pos_x(0), m_old_pos_y(0), 270 m_old_pos_x(0), m_old_pos_y(0),
271 m_old_width(1), m_old_height(1), 271 m_old_width(1), m_old_height(1),