зеркало из 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);
|
nsRect r(0, 0, aBounds.width, aBounds.height);
|
||||||
mWindow->Create((nsIWidget*)NULL, r, HandleBrowserEvent,
|
mWindow->Create((nsIWidget*)NULL, r, HandleBrowserEvent,
|
||||||
nsnull, nsnull,
|
nsnull, aAppShell);
|
||||||
(nsWidgetInitData *)
|
|
||||||
aAppShell->GetNativeData(NS_NATIVE_SHELL));
|
|
||||||
mWindow->GetBounds(r);
|
mWindow->GetBounds(r);
|
||||||
|
|
||||||
// Create web shell
|
// Create web shell
|
||||||
|
|
Загрузка…
Ссылка в новой задаче