[PATCH 5/5] include: Add ID2D1CommandList and ID2D1CommandSink definition.

Henri Verbeet hverbeet at gmail.com
Tue Oct 2 10:42:15 CDT 2018


On Tue, 2 Oct 2018 at 10:03, Nikolay Sivov <nsivov at codeweavers.com> wrote:
> +    HRESULT DrawLine(
> +        [in] D2D1_POINT_2F p0,
> +        [in] D2D1_POINT_2F p1,
> +        [in] float stroke_width,
> +        [in] ID2D1StrokeStyle *stroke_style
> +    );
Should this have a "brush" parameter?



More information about the wine-devel mailing list