зеркало из https://github.com/mozilla/pjs.git
Normalize widget api on UNIX and Win
This commit is contained in:
Родитель
caa643b2fb
Коммит
551a6d7af4
|
@ -434,9 +434,7 @@ nsBrowserWindow::Init(nsIAppShell* aAppShell,
|
|||
}
|
||||
nsRect r(0, 0, aBounds.width, aBounds.height);
|
||||
mWindow->Create((nsIWidget*)NULL, r, HandleBrowserEvent,
|
||||
nsnull, nsnull,
|
||||
(nsWidgetInitData *)
|
||||
aAppShell->GetNativeData(NS_NATIVE_SHELL));
|
||||
nsnull, aAppShell);
|
||||
mWindow->GetBounds(r);
|
||||
|
||||
// Create web shell
|
||||
|
|
Загрузка…
Ссылка в новой задаче