We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a622d46 commit 6af503fCopy full SHA for 6af503f
WebView2APISample/AppWindow.h
@@ -103,7 +103,7 @@ class AppWindow
103
// Fullscreen related code
104
WINDOWPLACEMENT m_previousPlacement;
105
HMENU m_hMenu;
106
- BOOL m_containsFullscreenElement = TRUE;
+ BOOL m_containsFullscreenElement = FALSE;
107
bool m_fullScreenAllowed = true;
108
void EnterFullScreen();
109
void ExitFullScreen();
0 commit comments