diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-26 21:44:55 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-26 21:44:55 (GMT) |
commit | f3790fb3e4105b815308aee9249b2fd342e2d82b (patch) | |
tree | 56074207e3682811a1cee68bb9d46d2d934e88a0 /src/Window.cc | |
parent | b2546389a50ff370036590d799cfb640329160c5 (diff) | |
download | fluxbox-f3790fb3e4105b815308aee9249b2fd342e2d82b.zip fluxbox-f3790fb3e4105b815308aee9249b2fd342e2d82b.tar.bz2 |
revert previous patch until it can be fixed
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index 8126e9e..5eb380e 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(), &FocusControl::focusNew), | 267 | m_focus_new(screen().focusControl().focusNew()), |
268 | m_mouse_focus(screen().focusControl(), &FocusControl::isMouseFocus), | 268 | m_mouse_focus(screen().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), |