Fix bustage

--HG--
extra : rebase_source : 9e76df4981946fac173074b2cc39ec05f4be6866
This commit is contained in:
Robert O'Callahan 2009-08-25 13:13:23 -07:00
parent 053b590142
commit 768fb43370

View File

@ -644,7 +644,7 @@ nsWindow::StandardWindowCreate(nsIWidget *aParent,
parent = NULL;
} else if (mWindowType == eWindowType_invisible) {
// Make sure CreateWindowEx succeeds at creating a toplevel window
style &= ~WS_CHILDWINDOW;
style &= ~0x40000000; // WS_CHILDWINDOW
} else if (nsnull != aInitData) {
// See if the caller wants to explictly set clip children and clip siblings
if (aInitData->clipChildren) {