Commit be459282 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add ID2D1Multithread interface in d2d1_1.idl.

parent 251f5492
......@@ -945,6 +945,18 @@ interface ID2D1Factory1 : ID2D1Factory
);
}
[
object,
uuid(31e6e7bc-e0ff-4d46-8c64-a0a8c41c15d3),
local,
]
interface ID2D1Multithread : IUnknown
{
BOOL GetMultithreadProtected();
void Enter();
void Leave();
}
[local] HRESULT __stdcall D2D1CreateDevice(IDXGIDevice *dxgi_device,
const D2D1_CREATION_PROPERTIES *creation_properties, ID2D1Device **device);
[local] void __stdcall D2D1SinCos(float angle, float *s, float *c);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment