gdiplus: Fix a typo in struct GpAdjustableArrowCap

Vincent Povirk vincent at codeweavers.com
Fri Jun 3 20:39:45 CDT 2016


We'll need it when we implement adjustable arrow caps.
On Jun 3, 2016 8:34 PM, "Ken Thomases" <ken at codeweavers.com> wrote:

On Jun 3, 2016, at 10:12 AM, Andrey Gusev <andrey.goosev at gmail.com> wrote:
>
> diff --git a/dlls/gdiplus/gdiplus_private.h
b/dlls/gdiplus/gdiplus_private.h
> index 10092f1..9b29d88 100644
> --- a/dlls/gdiplus/gdiplus_private.h
> +++ b/dlls/gdiplus/gdiplus_private.h
> @@ -314,7 +314,7 @@ struct GpCustomLineCap{
>      REAL scale;
>  };
>
> -struct GpAdustableArrowCap{
> +struct GpAdjustableArrowCap{
>      GpCustomLineCap cap;
>  };
>

Nothing uses this struct, which is evident by the fact that there are no
other changes necessary along with the above change.  So, why is this here,
at all?  Shouldn't it just be removed?

-Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20160603/d7813db9/attachment.html>


More information about the wine-devel mailing list