Added focus managment

git-svn-id: svn://10.0.0.236/trunk@9766 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com
1998-09-10 21:25:47 +00:00
parent d081c01058
commit 9e1c876e58
2 changed files with 1 additions and 7 deletions

View File

@@ -58,8 +58,7 @@ nsresult nsAppShell::Run()
nsMacMessagePump *macpump;
mMessages = new nsMacMessenger();
macpump = new nsMacMessagePump( mMessages );
macpump = new nsMacMessagePump(mToolKit);
macpump->DoMessagePump();
@@ -76,9 +75,6 @@ nsMacMessagePump *macpump;
//-------------------------------------------------------------------------
void nsAppShell::Exit()
{
if(mMessages)
mMessages->Quit();
}
//-------------------------------------------------------------------------
@@ -90,7 +86,6 @@ nsAppShell::nsAppShell()
{
mRefCnt = 0;
mDispatchListener = 0;
mMessages = 0;
}
//-------------------------------------------------------------------------