Commit 38d44e0a authored by Austin Lund's avatar Austin Lund Committed by Alexandre Julliard

ddraw/tests: Fix test failure for D3DFMT_A2R10G10B10 pixel format in GetDC tests.

parent d4b670ad
......@@ -3136,7 +3136,7 @@ static void GetDCFormatTest(void)
sizeof(DDPIXELFORMAT), DDPF_RGB | DDPF_ALPHAPIXELS, 0,
{32}, {0xC0000000}, {0x3FF00000}, {0x000FFC00}, {0x000003FF}
},
FALSE
TRUE
},
/*
* GetDC on a P8 surface fails unless the display mode is 8 bpp. This is not
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment