Changed space manager to pass in the frame that's associated with a block

of unavailable space


git-svn-id: svn://10.0.0.236/trunk@479 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy
1998-04-21 23:06:41 +00:00
parent e8bbc46ebb
commit 8fa41c7a75
11 changed files with 21 additions and 21 deletions

View File

@@ -407,7 +407,7 @@ void SpaceManager::AddRectToBand(nsRect* aBand,
// | R |
// +-----+
//
void SpaceManager::AddRectRegion(const nsRect& aUnavailableSpace)
void SpaceManager::AddRectRegion(const nsRect& aUnavailableSpace, nsIFrame* aFrame)
{
// Convert from local to world coordinates
nsRect rect(aUnavailableSpace.x + mX, aUnavailableSpace.y + mY,