Commit 795bc480 authored by Ziqing Hui's avatar Ziqing Hui Committed by Alexandre Julliard

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

parent 7597fa6e
......@@ -143,7 +143,7 @@ interface ID2D1InkStyle : ID2D1Resource
[in] D2D1_INK_NIB_SHAPE shape
);
D2D1_INK_NIB_SHAPE GetNibShape();
};
}
[
object,
......@@ -188,7 +188,7 @@ interface ID2D1Ink : ID2D1Resource
[in, optional] const D2D1_MATRIX_3X2_F *world_transform,
[out] D2D1_RECT_F *bounds
);
};
}
[
object,
......@@ -203,7 +203,7 @@ interface ID2D1GradientMesh : ID2D1Resource
[out] D2D1_GRADIENT_MESH_PATCH *patches,
[in] UINT32 patch_count
);
};
}
[
object,
......@@ -216,7 +216,7 @@ interface ID2D1ImageSource : ID2D1Image
HRESULT TryReclaimResources(
[out] BOOL *resources_discarded
);
};
}
[
object,
......@@ -234,7 +234,7 @@ interface ID2D1ImageSourceFromWic : ID2D1ImageSource
void GetSource(
[out] IWICBitmapSource **source
);
};
}
[
object,
......@@ -249,7 +249,7 @@ interface ID2D1TransformedImageSource : ID2D1Image
void GetProperties(
[out] D2D1_TRANSFORMED_IMAGE_SOURCE_PROPERTIES *out
);
};
}
[
object,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment