The window style was _not_ important

This commit is contained in:
Mike Griese 2019-07-09 09:16:32 -05:00
parent 15a1f48254
commit 0bc9969361

View file

@ -53,7 +53,7 @@ void IslandWindow::MakeWindow() noexcept
// WM_CREATE will be handled synchronously, before CreateWindow returns.
WINRT_VERIFY(CreateWindow(wc.lpszClassName,
L"Windows Terminal",
WS_CAPTION | WS_POPUP, // WS_OVERLAPPEDWINDOW,
WS_OVERLAPPEDWINDOW,
CW_USEDEFAULT,
CW_USEDEFAULT,
CW_USEDEFAULT,