http://bugs.winehq.org/show_bug.cgi?id=10414
--- Comment #34 from Erik Andresen erik@vontaene.de 2008-06-07 06:25:34 --- hmm. Where can I find the real documentation for the file dlls/d3d9/tests/visual.c?
e.g, when it says visual.c:2864: Test failed: quad 1 has color 00000000, expected 0x0000ff00
Code: color = getPixelColor(device, 160, 360); ok(color == 0x0000ff00, "quad 1 has color %08x, expected 0x0000ff00\n", color);
Where can I find how the value 0x0000ff00 is calculated?