http://bugs.winehq.org/show_bug.cgi?id=10221
Maarten Lankhorst m.b.lankhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |m.b.lankhorst@gmail.com
--- Comment #8 from Maarten Lankhorst m.b.lankhorst@gmail.com 2008-05-13 15:35:00 --- I still need the following snippet for the visual tests to pass:
--- a/dlls/d3d9/tests/visual.c +++ b/dlls/d3d9/tests/visual.c @@ -104,6 +104,7 @@ static DWORD getPixelColor(IDirect3DDevice9 *device, UIN trace("Can't create an offscreen plain surface to read the render t return 0xdeadbeef; } + Sleep(100);
hr = IDirect3DDevice9_GetFrontBufferData(device, 0, surf); if(FAILED(hr))