Re: [PATCH] dxgi: Silence a noisy fixme
2 Dec
2016
2 Dec
'16
10:42 a.m.
On Fri, 2016-12-02 at 09:26 +0000, Alistair Leslie-Hughes wrote:
diff --git a/dlls/dxgi/output.c b/dlls/dxgi/output.c index 0cf8084..61a7043 100644 --- a/dlls/dxgi/output.c +++ b/dlls/dxgi/output.c @@ -268,7 +268,10 @@ static HRESULT STDMETHODCALLTYPE dxgi_output_FindClosestMatchingMode(IDXGIOutput
static HRESULT STDMETHODCALLTYPE dxgi_output_WaitForVBlank(IDXGIOutput *iface) { - FIXME("iface %p stub!\n", iface); + BOOL once = FALSE; + + if (!once++) + FIXME("iface %p stub!\n", iface);
return E_NOTIMPL; }
static BOOL once;
3298
Age (days ago)
3298
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker