Commit 6ed5d851 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Fix ID2D1CommandSink::DrawImage() prototype.

parent 2ffcce16
......@@ -623,7 +623,7 @@ interface ID2D1CommandSink : IUnknown
HRESULT DrawImage(
[in] ID2D1Image *image,
[in] const D2D1_POINT_2F *target_offset,
[in] const D2D1_POINT_2F *image_rect,
[in] const D2D1_RECT_F *image_rect,
[in] D2D1_INTERPOLATION_MODE interpolation_mode,
[in] D2D1_COMPOSITE_MODE composite_mode
);
......
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