diff options
author | simonb <simonb> | 2005-04-26 04:18:10 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-26 04:18:10 (GMT) |
commit | e57a30f664f7fb2660967f40db2c10759c2e9e4f (patch) | |
tree | cab24eb65d78ccf35b9bdb182adfcbd971d6f66f /src/Window.cc | |
parent | 1c2f92a3d2288b1cae9500110a72173506a18072 (diff) | |
download | fluxbox_pavel-e57a30f664f7fb2660967f40db2c10759c2e9e4f.zip fluxbox_pavel-e57a30f664f7fb2660967f40db2c10759c2e9e4f.tar.bz2 |
fix systray client sizing
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index e92c989..f72075a 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -3727,7 +3727,7 @@ void FluxboxWindow::moveResizeClient(WinClient &client, int x, int y, | |||
3727 | client.moveResize(x, y, | 3727 | client.moveResize(x, y, |
3728 | frame().clientArea().width(), | 3728 | frame().clientArea().width(), |
3729 | frame().clientArea().height()); | 3729 | frame().clientArea().height()); |
3730 | client.updateRect(frame().x() + frame().clientArea().x(), | 3730 | client.sendConfigureNotify(frame().x() + frame().clientArea().x(), |
3731 | frame().y() + frame().clientArea().y(), | 3731 | frame().y() + frame().clientArea().y(), |
3732 | frame().clientArea().width(), | 3732 | frame().clientArea().width(), |
3733 | frame().clientArea().height()); | 3733 | frame().clientArea().height()); |