[v2 PATCH 1/4] d2d1: Add ID2D1Effect stub.

Henri Verbeet hverbeet at gmail.com
Wed Sep 26 12:55:21 CDT 2018


On 26 September 2018 at 04:04, Nikolay Sivov <nsivov at codeweavers.com> wrote:
> +void d2d_effect_init(struct d2d_effect *effect)
> +{
> +    effect->ID2D1Effect_iface.lpVtbl = &d2d_effect_vtbl;
> +    effect->refcount = 1;
> +}
> +
> --
That's a whitespace error, but I think Alexandre's scripts will fix
that up automatically.



More information about the wine-devel mailing list