[PATCH 05/11] dxgi: Implement dxgi_swapchain_SetFullscreenState().

Henri Verbeet hverbeet at gmail.com
Tue Aug 2 05:46:02 CDT 2016


On 1 August 2016 at 22:28, Józef Kucia <jkucia at codeweavers.com> wrote:
> +    if (fullscreen)
> +    {
> +        if (target)
> +        {
> +            IDXGIOutput_AddRef(target);
> +        }
> +        else if (!target && FAILED(hr = IDXGISwapChain_GetContainingOutput(iface, &target)))
The "!target" is redundant.



More information about the wine-devel mailing list