Module: wine Branch: master Commit: 9e8b58ee181a98996ebd9a94312a8e363677ecf7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9e8b58ee181a98996ebd9a9431...
Author: Józef Kucia jkucia@codeweavers.com Date: Tue Aug 18 00:53:25 2015 +0200
dxgi: Remove 'stub!' from TRACE message in dxgi_swapchain_ResizeBuffers().
---
dlls/dxgi/swapchain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dxgi/swapchain.c b/dlls/dxgi/swapchain.c index cffd3bc..ce09450 100644 --- a/dlls/dxgi/swapchain.c +++ b/dlls/dxgi/swapchain.c @@ -225,7 +225,7 @@ static HRESULT STDMETHODCALLTYPE dxgi_swapchain_ResizeBuffers(IDXGISwapChain *if unsigned int i; HRESULT hr;
- TRACE("iface %p, buffer_count %u, width %u, height %u, format %s, flags %#x stub!\n", + TRACE("iface %p, buffer_count %u, width %u, height %u, format %s, flags %#x.\n", iface, buffer_count, width, height, debug_dxgi_format(format), flags);
if (flags)