mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1102855 Fix uninitialised variable r=jimm
This commit is contained in:
parent
444f934843
commit
d35c2686c4
@ -356,6 +356,7 @@ nsWindow::nsWindow() : nsWindowBase()
|
||||
mUnicodeWidget = true;
|
||||
mDisplayPanFeedback = false;
|
||||
mTouchWindow = false;
|
||||
mFutureMarginsToUse = false;
|
||||
mCustomNonClient = false;
|
||||
mHideChrome = false;
|
||||
mFullscreenMode = false;
|
||||
|
Loading…
Reference in New Issue
Block a user