Misc Unix stuff

git-svn-id: svn://10.0.0.236/trunk@2049 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider
1998-05-20 21:01:38 +00:00
parent 5881217641
commit a92e35fbe7
2 changed files with 9 additions and 2 deletions

View File

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