Unix support
git-svn-id: svn://10.0.0.236/trunk@2892 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user