include: Remove useless semi-colon in d2d1_3.idl.

Signed-off-by: Ziqing Hui <zhui@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Ziqing Hui 2022-04-26 10:43:53 +08:00 committed by Alexandre Julliard
parent 7597fa6ed5
commit 795bc4804b
1 changed files with 6 additions and 6 deletions

View File

@ -143,7 +143,7 @@ interface ID2D1InkStyle : ID2D1Resource
[in] D2D1_INK_NIB_SHAPE shape [in] D2D1_INK_NIB_SHAPE shape
); );
D2D1_INK_NIB_SHAPE GetNibShape(); D2D1_INK_NIB_SHAPE GetNibShape();
}; }
[ [
object, object,
@ -188,7 +188,7 @@ interface ID2D1Ink : ID2D1Resource
[in, optional] const D2D1_MATRIX_3X2_F *world_transform, [in, optional] const D2D1_MATRIX_3X2_F *world_transform,
[out] D2D1_RECT_F *bounds [out] D2D1_RECT_F *bounds
); );
}; }
[ [
object, object,
@ -203,7 +203,7 @@ interface ID2D1GradientMesh : ID2D1Resource
[out] D2D1_GRADIENT_MESH_PATCH *patches, [out] D2D1_GRADIENT_MESH_PATCH *patches,
[in] UINT32 patch_count [in] UINT32 patch_count
); );
}; }
[ [
object, object,
@ -216,7 +216,7 @@ interface ID2D1ImageSource : ID2D1Image
HRESULT TryReclaimResources( HRESULT TryReclaimResources(
[out] BOOL *resources_discarded [out] BOOL *resources_discarded
); );
}; }
[ [
object, object,
@ -234,7 +234,7 @@ interface ID2D1ImageSourceFromWic : ID2D1ImageSource
void GetSource( void GetSource(
[out] IWICBitmapSource **source [out] IWICBitmapSource **source
); );
}; }
[ [
object, object,
@ -249,7 +249,7 @@ interface ID2D1TransformedImageSource : ID2D1Image
void GetProperties( void GetProperties(
[out] D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES *out [out] D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES *out
); );
}; }
[ [
object, object,