Update to new nsIWidget interface

git-svn-id: svn://10.0.0.236/trunk@6899 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider%netscape.com 1998-07-30 23:26:58 +00:00
parent ffaeff57e7
commit 34a0f53dec

View File

@ -233,7 +233,7 @@ nsIWidget * nsShellInstance::CreateApplicationWindow(const nsRect &aRect,
mApplicationWindow->Create((nsIWidget*)NULL,
aRect,
aHandleEventFunction,
nsnull, nsnull, (nsWidgetInitData *) GetNativeInstance());
nsnull, nsnull, nsnull, (nsWidgetInitData *) GetNativeInstance());
return (mApplicationWindow);
}