[1/4] gdiplus: Implement playback/recording for SetClipRect.

Sebastian Lackner sebastian at fds-team.de
Wed Aug 17 03:30:44 CDT 2016


On 16.08.2016 23:00, Vincent Povirk wrote:
> diff --git a/dlls/gdiplus/metafile.c b/dlls/gdiplus/metafile.c
> index a854e55..643d3c4 100644
> --- a/dlls/gdiplus/metafile.c
> +++ b/dlls/gdiplus/metafile.c
> @@ -70,6 +70,12 @@ typedef struct EmfPlusFillRects
>      DWORD Count;
>  } EmfPlusFillRects;
>  
> +typedef struct EmfPlusSetClipRect
> +{
> +    EmfPlusRecordHeader Header;
> +    GpRectF ClipRect; 

There is a small whitespace error in the line above.

> +} EmfPlusSetClipRect;
> +
>  typedef struct EmfPlusSetPageTransform
>  {
>      EmfPlusRecordHeader Header;




More information about the wine-devel mailing list