Unix Shell Implementation stuff
git-svn-id: svn://10.0.0.236/trunk@1234 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#ifdef NS_WIN32
|
||||
#include "windows.h"
|
||||
#elif NS_UNIX
|
||||
#include <Xm/Xm.h>
|
||||
#endif
|
||||
|
||||
#include "nsISupports.h"
|
||||
@@ -78,6 +80,8 @@ nsresult nsShellInstance::Run()
|
||||
DispatchMessage(&msg);
|
||||
}
|
||||
return ((nsresult)msg.wParam);
|
||||
#elif NS_UNIX
|
||||
XtAppMainLoop(app_context) ;
|
||||
#else
|
||||
return NS_OK;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user