aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
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),