Bug 87788; return DefWindowProc result for all unhandled messages to MessageWindow; r=dean_tessman, sr=jag, a=asa

This commit is contained in:
law%netscape.com 2002-03-25 09:07:07 +00:00
parent b330525a36
commit 576112bfa4

View File

@ -910,8 +910,9 @@ struct MessageWindow {
// already open). That's done in HandleRequest.
(void)nsNativeAppSupportWin::HandleRequest( (LPBYTE)"mozilla" );
}
return TRUE;
}
return TRUE;
return DefWindowProc( msgWindow, msg, wp, lp );
}
private: