Commit bb40c32a authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

d2d1: Update to ID2D1Factory7.

parent f1f28d2e
......@@ -680,7 +680,7 @@ struct d2d_effect_registration
struct d2d_factory
{
ID2D1Factory3 ID2D1Factory3_iface;
ID2D1Factory7 ID2D1Factory7_iface;
ID2D1Multithread ID2D1Multithread_iface;
LONG refcount;
......@@ -698,7 +698,7 @@ struct d2d_factory
static inline struct d2d_factory *unsafe_impl_from_ID2D1Factory(ID2D1Factory *iface)
{
return CONTAINING_RECORD(iface, struct d2d_factory, ID2D1Factory3_iface);
return CONTAINING_RECORD(iface, struct d2d_factory, ID2D1Factory7_iface);
}
void d2d_effects_init_builtins(struct d2d_factory *factory);
......
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