Fix black screen when alt-tabbing in full screen

This commit is contained in:
pagefault
2003-08-27 06:09:02 +00:00
parent 964ceed54d
commit 5d4fba9778

View File

@@ -305,6 +305,7 @@ void DrawScreen()
} }
} }
DD_Primary->Blt(&rcWindow, DD_CFB, &BlitArea, DDBLT_WAIT, NULL); DD_Primary->Blt(&rcWindow, DD_CFB, &BlitArea, DDBLT_WAIT, NULL);
DD_Primary->Restore();
} }
} }