On 5/29/07, <b class="gmail_sendername">Evan Stade</b> &lt;<a href="mailto:estade@gmail.com">estade@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>third try..<br><br>Changelog:<br>*Added public GDI+ headers in include/<br>*Added private GDI+ headers in dlls/gdiplus/<br>*Added small implementation of GDI+ pens in dlls/gdiplus/pen.c
<br>*Added (first) GDI+ test <br><br>&nbsp;dlls/gdiplus/Makefile.in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 3 +
<br>&nbsp;dlls/gdiplus/gdip_defines.h&nbsp;&nbsp;&nbsp; | &nbsp; 43 +++++++++++++++++++<br><div>&nbsp;dlls/gdiplus/gdip_enumerations.h |&nbsp;&nbsp; 57 ++++++++++++++++++++++++++<br>&nbsp;dlls/gdiplus/gdiplus.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 27 ++++++++++++
<br>&nbsp;dlls/gdiplus/gdiplus.spec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 8 ++--<br>&nbsp;dlls/gdiplus/gdiplus_private.h&nbsp;&nbsp; |&nbsp;&nbsp; 43 +++++++++++++++++++<br>&nbsp;dlls/gdiplus/pen.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 84 ++++++++++++++++++++++++++++++++++++++<br>&nbsp;dlls/gdiplus/pen.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 30 ++++++++++++++
<br>&nbsp;dlls/gdiplus/tests/Makefile.in&nbsp;&nbsp; |&nbsp;&nbsp; 13 ++++++<br>&nbsp;dlls/gdiplus/tests/pen.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 44 ++++++++++++++++++++<br>&nbsp;include/Gdiplus.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 10 +++++<br>&nbsp;include/GdiplusEnums.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 39 ++++++++++++++++++
<br>&nbsp;include/GdiplusFlat.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 23 ++++++++++<br>&nbsp;include/GdiplusGpStubs.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 10 +++++<br>&nbsp;include/GdiplusInit.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 26 ++++++++++++<br>&nbsp;include/GdiplusTypes.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 7 +++<br>&nbsp;16 files changed, 462 insertions(+), 5 deletions(-)
<br><span><br>-Evan Stade</span></div>
<br clear="all"></blockquote></div><br>please ignore this patch<br>