Create presentation thread

This commit is contained in:
2021-08-10 17:57:13 -07:00
parent 7965da421c
commit 8b59c5c382
3 changed files with 35 additions and 1 deletions

View File

@@ -59,8 +59,10 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
smoke_load();
while (GetMessage(&msg, NULL, 0, 0) > 0)
while (GetMessage(&msg, NULL, 0, 0) > 0) {
DispatchMessage(&msg);
}
// KrShutdown will delete the window surfaces for us; however, we
// include this here for code coverage in tests.