7022488: The security warning may disappear unexpectedly
authoranthony
Tue, 01 Mar 2011 13:49:56 +0300
changeset 8515 f1c29dfb4f6a
parent 8514 c3821afec55c
child 8516 3406d5bc0ae2
7022488: The security warning may disappear unexpectedly Summary: Initialize the fullScreenExclusiveModeState flag in the AwtWindow constructor Reviewed-by: art, dcherepanov
jdk/src/windows/native/sun/windows/awt_Window.cpp
--- a/jdk/src/windows/native/sun/windows/awt_Window.cpp	Sat Feb 26 23:46:08 2011 -0800
+++ b/jdk/src/windows/native/sun/windows/awt_Window.cpp	Tue Mar 01 13:49:56 2011 +0300
@@ -221,6 +221,8 @@
 
     m_windowType = NORMAL;
     m_alwaysOnTop = false;
+
+    fullScreenExclusiveModeState = FALSE;
 }
 
 AwtWindow::~AwtWindow()