[PATCH resend 07/10] dxgi/tests: Add tests for IDXGISwapChain_GetFullscreenState() to test_create_swapchain().

Henri Verbeet hverbeet at gmail.com
Wed Aug 3 08:26:04 CDT 2016


On 3 August 2016 at 09:41, Józef Kucia <jkucia at codeweavers.com> wrote:
> +        /* When numerator is non-zero and denominator is zero, the windowed mode is used.
> +         * Additionally, some versions of WARP seem to always fail to change fullscreen state. */
> +        if (result_desc.Windowed != creation_desc.Windowed)
> +            trace("Test %u: Failed to change fullscreen state.\n", i);
For what it's worth, I seem to consistently get "device.c:616: Test 1:
Failed to change fullscreen state." from this as well on Windows.



More information about the wine-devel mailing list