Added missing values to VGA Mode 19 (256 color) palette registers with comments for related VGA operations. Windows programs that access VGA directly or through BIOS that previously displayed black for many values should now show correct values f

James Hawkins truiken at gmail.com
Sun Oct 12 12:56:12 CDT 2008


On Sat, Oct 11, 2008 at 4:15 PM, Jeremiah Flerchinger
<jeremiah.flerchinger at 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



More information about the wine-devel mailing list