Reduced the default number of nsBandTrapezoids to reduce stack space used (bug #10310)

git-svn-id: svn://10.0.0.236/trunk@44918 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-08-27 21:44:10 +00:00
parent ee40827af0
commit d313b06d4d
4 changed files with 10 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ nsBlockBandData::nsBlockBandData()
mSpaceManagerY(0),
mSpace(0, 0)
{
mSize = 12;
mSize = NS_BLOCK_BAND_DATA_TRAPS;
mTrapezoids = mData;
}