[PATCH 10/11] dxgi: Add multi-monitor test for IDXGISwapChain_GetContainingOutput().

Matteo Bruni matteo.mystral at gmail.com
Tue Aug 2 12:40:54 CDT 2016


2016-08-01 22:28 GMT+02:00 Józef Kucia <jkucia at codeweavers.com>:
> +    refcount = IDXGIOutput_Release(output);
> +    ok(!refcount, "IDXGIOuput has %u references left.\n", refcount);
>      refcount = IDXGIOutput_Release(output2);
>      ok(!refcount, "IDXGIOuput has %u references left.\n", refcount);

There are a number of those "Ouput" typos through the patch, probably
copypasted from this preexisting ok() message.

Certainly not worth a resend by itself, but since you're going to anyway...



More information about the wine-devel mailing list