mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Fixed occasional flicker when changing video mode with F9. (Fixes #611)
This commit is contained in:
+2
-1
@@ -1295,7 +1295,8 @@ LRESULT CALLBACK FrameWndProc (
|
||||
// TODO: Clean up code:FrameRefreshStatus(DRAW_TITLE) DrawStatusArea((HDC)0,DRAW_TITLE)
|
||||
DrawStatusArea( (HDC)0, DRAW_TITLE );
|
||||
|
||||
VideoReinitialize();
|
||||
VideoReinitialize(false);
|
||||
|
||||
if (g_nAppMode != MODE_LOGO)
|
||||
{
|
||||
if (g_nAppMode == MODE_DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user