On Tue, 2 Oct 2018 at 10:03, Nikolay Sivov <nsivov(a)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?