aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-26 21:50:44 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-26 21:50:44 (GMT)
commitf5024351e79e92d551d561e9756f0869e51af505 (patch)
treefd5480f0a584db9bd0719a86af4692d1156a3bd4 /src/Window.cc
parentf3790fb3e4105b815308aee9249b2fd342e2d82b (diff)
downloadfluxbox-f5024351e79e92d551d561e9756f0869e51af505.zip
fluxbox-f5024351e79e92d551d561e9756f0869e51af505.tar.bz2
stupid &
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),