Skip to content

Commit 0db829e

Browse files
committed
Initialize m_containsFullscreenElement
1 parent 0de9199 commit 0db829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebView2APISample/AppWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class AppWindow
103103
// Fullscreen related code
104104
WINDOWPLACEMENT m_previousPlacement;
105105
HMENU m_hMenu;
106-
BOOL m_containsFullscreenElement;
106+
BOOL m_containsFullscreenElement = TRUE;
107107
bool m_fullScreenAllowed = true;
108108
void EnterFullScreen();
109109
void ExitFullScreen();

0 commit comments

Comments
 (0)