Re: gdiplus: Fix a typo in struct GpAdjustableArrowCap
4 Jun
2016
4 Jun
'16
1:39 a.m.
We'll need it when we implement adjustable arrow caps. On Jun 3, 2016 8:34 PM, "Ken Thomases" <ken(a)codeweavers.com> wrote: On Jun 3, 2016, at 10:12 AM, Andrey Gusev <andrey.goosev(a)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
3480
Age (days ago)
3480
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Povirk