Create presentation thread
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user