From cb1a64576e259c98f2825e4b88dcd27b8cd93e1c Mon Sep 17 00:00:00 2001 From: rathnor Date: Mon, 29 Sep 2003 15:00:06 +0000 Subject: fix aterm opaue move updating - thanks Mathias Gumz --- ChangeLog | 2 ++ src/Window.cc | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48106b1..6a28696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ (Format: Year/Month/Day) Changes for 0.9.6: *03/09/29: + * Fix aterm not updating on opaque move (Thanks Mathias Gumz) + Window.cc * Fix resize calculations, particularly wrt base_width/height (Simon) - fixes abiword resize issues Window.hh/cc WinClient.hh/cc diff --git a/src/Window.cc b/src/Window.cc index e6ff0c6..8609861 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.236 2003/09/29 14:58:15 rathnor Exp $ +// $Id: Window.cc,v 1.237 2003/09/29 15:00:06 rathnor Exp $ #include "Window.hh" @@ -2751,8 +2751,11 @@ void FluxboxWindow::stopMoving() { frame().show(); } fluxbox->ungrab(); - } else + } else { moveResize(frame().x(), frame().y(), frame().width(), frame().height()); + sendConfigureNotify(); + } + screen().hideGeometry(); XUngrabPointer(display, CurrentTime); -- cgit v0.11.2