Commit 3eee8b55 authored by Michael Müller's avatar Michael Müller Committed by Alexandre Julliard

dxdiagn: Add several more fields for DisplayDevices.

parent ef88037b
......@@ -942,6 +942,7 @@ static void test_DxDiag_DisplayDevices(void)
static const WCHAR b3DAccelerationExists[] = {'b','3','D','A','c','c','e','l','e','r','a','t','i','o','n','E','x','i','s','t','s',0};
static const WCHAR b3DAccelerationEnabled[] = {'b','3','D','A','c','c','e','l','e','r','a','t','i','o','n','E','n','a','b','l','e','d',0};
static const WCHAR bDDAccelerationEnabled[] = {'b','D','D','A','c','c','e','l','e','r','a','t','i','o','n','E','n','a','b','l','e','d',0};
static const WCHAR iAdapter[] = {'i','A','d','a','p','t','e','r',0};
static const struct property_test property_tests[] =
{
......@@ -966,6 +967,7 @@ static void test_DxDiag_DisplayDevices(void)
{b3DAccelerationExists, VT_BOOL},
{b3DAccelerationEnabled, VT_BOOL},
{bDDAccelerationEnabled, VT_BOOL},
{iAdapter, VT_UI4},
};
IDxDiagContainer *display_cont = NULL;
......
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