mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 564929 - Qt - Conditional jump or move depends on uninitialised value in nsWindow::MakeFullScreen r=romaxa
This commit is contained in:
parent
90356b7ac3
commit
af0cd5bb9d
@ -184,6 +184,7 @@ nsWindow::nsWindow()
|
||||
mActivatePending = PR_FALSE;
|
||||
mWindowType = eWindowType_child;
|
||||
mSizeState = nsSizeMode_Normal;
|
||||
mLastSizeMode = nsSizeMode_Normal;
|
||||
mPluginType = PluginType_NONE;
|
||||
mQCursor = Qt::ArrowCursor;
|
||||
mNeedsResize = PR_FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user