Unix support

git-svn-id: svn://10.0.0.236/trunk@2892 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider
1998-06-02 01:22:56 +00:00
parent bfd7d03e24
commit 8d3748a920
5 changed files with 16 additions and 14 deletions

View File

@@ -84,6 +84,7 @@ nsresult nsShellInstance::Run()
extern XtAppContext app_context ;
XtAppMainLoop(app_context) ;
return NS_OK;
#else
return NS_OK;
#endif
@@ -224,6 +225,11 @@ void * nsShellInstance::GetApplicationWindowNativeInstance()
return (mApplicationWindow->GetNativeData(NS_NATIVE_WINDOW));
}
nsIWidget * nsShellInstance::GetApplicationWidget()
{
return (mApplicationWindow);
}
nsShellInstanceFactory::nsShellInstanceFactory()
{
}