diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-09-21 07:04:01 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-09-21 07:04:01 (GMT) |
commit | 93ccd39a4897710b298c7bd947ed3e91ccca879e (patch) | |
tree | 14b83405ed3d2d357aa8e5a6ab3cb44ec677c93a /src/FbWinFrame.cc | |
parent | 4c11204716c3e31d853cb071239cafea52a92efc (diff) | |
download | fluxbox-93ccd39a4897710b298c7bd947ed3e91ccca879e.zip fluxbox-93ccd39a4897710b298c7bd947ed3e91ccca879e.tar.bz2 |
fix placement of windows with non-default decorations
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index fc35ae1..72073ab 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.cc | |||
@@ -1491,6 +1491,7 @@ void FbWinFrame::applyDecorations(bool do_move) { | |||
1491 | 1491 | ||
1492 | if (do_move) | 1492 | if (do_move) |
1493 | reconfigure(); | 1493 | reconfigure(); |
1494 | m_state.saveGeometry(x(), y(), width(), height()); | ||
1494 | if (client_move) | 1495 | if (client_move) |
1495 | frameExtentSig().notify(); | 1496 | frameExtentSig().notify(); |
1496 | } | 1497 | } |