Commit 1c65c948 authored by Ziqing Hui's avatar Ziqing Hui Committed by Alexandre Julliard

include: Add defines for ID2D1ImageSource.

parent 64150d55
......@@ -153,3 +153,16 @@ interface ID2D1GradientMesh : ID2D1Resource
[in] UINT32 patch_count
);
};
[
object,
uuid(c9b664e5-74a1-4378-9ac2-eefc37a3f4d8),
local,
]
interface ID2D1ImageSource : ID2D1Image
{
HRESULT OfferResources();
HRESULT TryReclaimResources(
[out] BOOL *resources_discarded
);
};
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