Skip to content
Snippets Groups Projects
Commit 0ab71185 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard
Browse files

d2d1: Return S_OK from d2d_effect_SetValue().

parent 48bcae10
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ static HRESULT STDMETHODCALLTYPE d2d_effect_SetValue(ID2D1Effect *iface, UINT32
{
FIXME("iface %p, index %u, type %#x, value %p, value_size %u stub!\n", iface, index, type, value, value_size);
return E_NOTIMPL;
return S_OK;
}
static HRESULT STDMETHODCALLTYPE d2d_effect_GetValueByName(ID2D1Effect *iface, const WCHAR *name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment