12 Oct
2008
12 Oct
'08
5:56 p.m.
On Sat, Oct 11, 2008 at 4:15 PM, Jeremiah Flerchinger <jeremiah.flerchinger(a)gmail.com> wrote:
@@ -476,10 +743,12 @@ static void WINAPI VGA_DoSetMode(ULONG_PTR arg) return; } IDirectDrawSurface_SetPalette(lpddsurf,lpddpal); + vga_retrace_vertical = vga_retrace_horizontal = FALSE; /* poll every 20ms (50fps should provide adequate responsiveness) */ VGA_InstallTimer(20); } + par->ret=0; return; }
There are way too many unnecessary whitespace changes in this patch. Please take them out and resend. -- James Hawkins