API change in tooltips from 4.5

git-svn-id: svn://10.0.0.236/trunk@8416 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com 1998-08-25 00:01:10 +00:00
parent f82ecce7e0
commit f04379a06b

View File

@ -68,7 +68,7 @@ CInternetKeywordTooltipPane :: CalcFrameWithRespectTo ( LWindow* inOwningWindow,
Rect& outPortFrame )
{
// calc pane size with it centered under the location bar
CToolTipPane::CalcFrameWithRespectTo ( inOwningWindow, inOwningPane, inMacEvent, outPortFrame );
CToolTipPane::CalcFrameWithRespectTo ( inOwningWindow, inMacEvent, outPortFrame );
Rect theOwningPortFrame;
inOwningPane->CalcPortFrameRect(theOwningPortFrame);