[PATCH v2 6/6] dxgi/tests: Add call to test_set_fullscreen() with D3D12 device.

Józef Kucia joseph.kucia at gmail.com
Tue Jun 25 06:55:56 CDT 2019


The commit summary line could be better.

On Mon, Jun 24, 2019 at 4:24 PM Conor McCarthy
<cmccarthy at codeweavers.com> wrote:
> @@ -2023,7 +2019,7 @@ static void test_get_containing_output(void)
>              hr = IDXGISwapChain_GetContainingOutput(swapchain, &output);
>              ok(hr == S_OK || broken(hr == DXGI_ERROR_UNSUPPORTED),
>                      "Failed to get containing output, hr %#x.\n", hr);
> -            if (hr == DXGI_ERROR_UNSUPPORTED)
> +            if (hr != S_OK)
>                  continue;

Unrelated change.



More information about the wine-devel mailing list