window creation changes

This commit is contained in:
pavlov@netscape.com
1999-07-27 04:27:17 +00:00
parent 8f2145a48e
commit a39e5b237e
17 changed files with 217 additions and 107 deletions

View File

@@ -1050,6 +1050,7 @@ nsWebShell::Init(nsNativeWidget aNativeParent,
}
widgetInit.clipChildren = PR_FALSE;
widgetInit.mWindowType = eWindowType_child;
//widgetInit.mBorderStyle = aIsSunkenBorder ? eBorderStyle_3DChildWindow : eBorderStyle_none;
mWindow->Create(aNativeParent, aBounds, nsWebShell::HandleEvent,
mDeviceContext, nsnull, nsnull, &widgetInit);