Changes for qnx ( photon ) platform only - they should not affect runtime/building other platforms.

More menu related changes ( menus not being rolled up when switching consoles or window lose focus or Alt key pressed ).
Removed unused files.


git-svn-id: svn://10.0.0.236/trunk@154417 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
amardare%qnx.com
2004-03-31 22:39:01 +00:00
parent c19c4f50a0
commit 09046f2881
19 changed files with 50 additions and 1621 deletions

View File

@@ -51,7 +51,6 @@
#include "nsIWidget.h"
#include "nsIPref.h"
#include "nsPhWidgetLog.h"
#include "nsCRT.h"
#include <Pt.h>
@@ -195,9 +194,6 @@ static void client_connect( PtConnector_t *cntr, PtConnectionServer_t *csrvr, vo
NS_IMETHODIMP nsAppShell::Create(int *bac, char **bav)
{
if (!PhWidLog)
PhWidLog = PR_NewLogModule("PhWidLog");
int argc = bac ? *bac : 0;
char **argv = bav;