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

This commit is contained in:
Austin Lund 2009-11-17 19:33:51 +10:00 committed by Alexandre Julliard
parent d4b670ad6a
commit 38d44e0a52
1 changed files with 1 additions and 1 deletions

View File

@ -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