Ensure that mWindowType is initialized. Fixes intermittent gray windows on mac (bug 181293). r=pinkerton, sr=roc.

git-svn-id: svn://10.0.0.236/trunk@139180 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com 2003-03-10 01:23:32 +00:00
parent f1eb551e6b
commit fbb0374387

View File

@ -79,6 +79,7 @@ nsBaseWidget::nsBaseWidget()
, mEventListener(nsnull)
, mMenuListener(nsnull)
, mCursor(eCursor_standard)
, mWindowType(eWindowType_child)
, mBorderStyle(eBorderStyle_none)
, mIsShiftDown(PR_FALSE)
, mIsControlDown(PR_FALSE)