7022488: The security warning may disappear unexpectedly

Initialize the fullScreenExclusiveModeState flag in the AwtWindow constructor

Reviewed-by: art, dcherepanov
This commit is contained in:
Anthony Petrov 2011-03-01 13:49:56 +03:00
parent 5b73c007aa
commit 58995bfc8c

View File

@ -221,6 +221,8 @@ AwtWindow::AwtWindow() {
m_windowType = NORMAL;
m_alwaysOnTop = false;
fullScreenExclusiveModeState = FALSE;
}
AwtWindow::~AwtWindow()