Re: [1/3] gdiplus: Implement GdipSetImageAttributesGamma.

2010-02-02 Thread Vincent Povirk
On Tue, Feb 2, 2010 at 2:14 AM, Paul Vriens wrote: > On 01/31/2010 02:03 AM, Vincent Povirk wrote: >> >> +    stat = GdipBitmapGetPixel(bitmap2, 0, 0,&color); >> +    expect(Ok, stat); >> +    todo_wine expect(0xff20, color); > > Hi Vincent, > > This one introduces a test failure on what appea

Re: [1/3] gdiplus: Implement GdipSetImageAttributesGamma.

2010-02-02 Thread Paul Vriens
On 01/31/2010 02:03 AM, Vincent Povirk wrote: +stat = GdipBitmapGetPixel(bitmap2, 0, 0,&color); +expect(Ok, stat); +todo_wine expect(0xff20, color); Hi Vincent, This one introduces a test failure on what appears to be mostly VMware boxes. Not all VMware boxes show this failure