include: Add D2D1_POINT_DESCRIPTION structure in d2d1_1.idl.

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Biswapriyo Nath 2020-11-05 21:25:34 +05:30 committed by Alexandre Julliard
parent 48dad92d04
commit 4f19dd963f
1 changed files with 9 additions and 0 deletions

View File

@ -312,6 +312,15 @@ typedef struct D2D1_EFFECT_INPUT_DESCRIPTION
D2D1_RECT_F inputRectangle;
} D2D1_EFFECT_INPUT_DESCRIPTION;
typedef struct D2D1_POINT_DESCRIPTION
{
D2D1_POINT_2F point;
D2D1_POINT_2F unitTangentVector;
UINT32 endSegment;
UINT32 endFigure;
float lengthToEndSegment;
} D2D1_POINT_DESCRIPTION;
typedef HRESULT (__stdcall *PD2D1_EFFECT_FACTORY)(IUnknown **effect);
[