diff options
author | Sebastian Geerken <devnull@localhost> | 2014-04-15 11:14:03 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-04-15 11:14:03 +0200 |
commit | 6e8824fc434410b872be01f866e2d8d6f4ad3f37 (patch) | |
tree | 9a6c3a8f2d572f7202d93389c4b52d17099c1535 | |
parent | 37bf6f1cc340018b9639bb290f2eada9e87630ee (diff) |
Fixed "hasRelationChanged" stuff. (Will soon be explained.)
-rw-r--r-- | dw/outofflowmgr.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc index bcca4a82..722fbd17 100644 --- a/dw/outofflowmgr.cc +++ b/dw/outofflowmgr.cc @@ -718,8 +718,8 @@ bool OutOfFlowMgr::hasRelationChanged (TBInfo *tbInfo, Side side, if (hasRelationChanged (tbInfo->wasThenAllocated (), tbInfo->getOldXCB (), tbInfo->getOldYCB (), - tbInfo->getOldWidth (), - tbInfo->getOldHeight (), + tbInfo->getNewWidth (), + tbInfo->getNewHeight (), tbInfo->getNewXCB (), tbInfo->getNewYCB (), tbInfo->getNewWidth (), tbInfo->getNewHeight (), |