Commit 0d016254 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

wined3d: Don't test D3DDEVICE surfaces in dsurface tests.

parent 4bd65f2a
...@@ -1594,8 +1594,7 @@ static void test_lockrect_invalid(void) ...@@ -1594,8 +1594,7 @@ static void test_lockrect_invalid(void)
}; };
const DWORD dds_caps[] = { const DWORD dds_caps[] = {
DDSCAPS_OFFSCREENPLAIN, DDSCAPS_OFFSCREENPLAIN
DDSCAPS_OFFSCREENPLAIN | DDSCAPS_3DDEVICE,
}; };
for (j = 0; j < (sizeof(dds_caps) / sizeof(*dds_caps)); ++j) for (j = 0; j < (sizeof(dds_caps) / sizeof(*dds_caps)); ++j)
......
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