diff options
-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 133a84f..c16d366 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -3818,8 +3818,8 @@ void FluxboxWindow::moveResizeClient(WinClient &client, int x, int y, | |||
3818 | client.moveResize(x, y, | 3818 | client.moveResize(x, y, |
3819 | frame().clientArea().width(), | 3819 | frame().clientArea().width(), |
3820 | frame().clientArea().height()); | 3820 | frame().clientArea().height()); |
3821 | client.sendConfigureNotify(frame().x() + frame().clientArea().x(), | 3821 | client.sendConfigureNotify(frame().x() + frame().clientArea().x() + frame().window().borderWidth(), |
3822 | frame().y() + frame().clientArea().y(), | 3822 | frame().y() + frame().clientArea().y() + frame().window().borderWidth(), |
3823 | frame().clientArea().width(), | 3823 | frame().clientArea().width(), |
3824 | frame().clientArea().height()); | 3824 | frame().clientArea().height()); |
3825 | } | 3825 | } |