Changed the parameter of the CalcNavQuirksSize to take the input spec instead of the length

not it properly calculates the number of cols and rows when in NavQuiks mode
r=kmcclusk, part of bug 7461


git-svn-id: svn://10.0.0.236/trunk@51498 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-10-22 03:14:03 +00:00
parent 21e92e4270
commit f690c63c37
4 changed files with 116 additions and 54 deletions

View File

@@ -123,7 +123,7 @@ public:
nsIRenderingContext* aRendContext,
nsIFontMetrics* aFontMet,
nsIFormControlFrame* aFrame,
PRInt32 aLength,
nsInputDimensionSpec& aSpec,
nsSize& aSize);
static void ForceDrawFrame(nsIFrame * aFrame);