Normalize widget api on UNIX and Win

This commit is contained in:
scullin%netscape.com 1998-07-29 18:50:51 +00:00
Родитель caa643b2fb
Коммит 551a6d7af4
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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