Arf, forget this one, bad title. My bad.
Frédéric
On Sat, Feb 27, 2016 at 2:42 PM, Frédéric Delanoy frederic.delanoy@gmail.com wrote:
Signed-off-by: Frédéric Delanoy frederic.delanoy@gmail.com
dlls/dxgi/tests/device.c | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-)
diff --git a/dlls/dxgi/tests/device.c b/dlls/dxgi/tests/device.c index dd5da83..7b052d3 100644 --- a/dlls/dxgi/tests/device.c +++ b/dlls/dxgi/tests/device.c @@ -478,19 +478,13 @@ static void test_createswapchain(void) hr = IDXGISwapChain_GetDesc(swapchain, &result_desc); ok(SUCCEEDED(hr), "GetDesc failed, hr %#x.\n", hr);
...