GDI+: headers and one test

Evan Stade estade at gmail.com
Tue May 29 20:49:24 CDT 2007


On 5/29/07, Evan Stade <estade at gmail.com> wrote:
>
> Hi,
>
> third try..
>
> Changelog:
> *Added public GDI+ headers in include/
> *Added private GDI+ headers in dlls/gdiplus/
> *Added small implementation of GDI+ pens in dlls/gdiplus/pen.c
> *Added (first) GDI+ test
>
>  dlls/gdiplus/Makefile.in         |    3 +
>  dlls/gdiplus/gdip_defines.h    |   43 +++++++++++++++++++
>  dlls/gdiplus/gdip_enumerations.h |   57 ++++++++++++++++++++++++++
>  dlls/gdiplus/gdiplus.c           |   27 ++++++++++++
>  dlls/gdiplus/gdiplus.spec        |    8 ++--
>  dlls/gdiplus/gdiplus_private.h   |   43 +++++++++++++++++++
>  dlls/gdiplus/pen.c               |   84
> ++++++++++++++++++++++++++++++++++++++
>  dlls/gdiplus/pen.h               |   30 ++++++++++++++
>  dlls/gdiplus/tests/Makefile.in   |   13 ++++++
>  dlls/gdiplus/tests/pen.c         |   44 ++++++++++++++++++++
>  include/Gdiplus.h                |   10 +++++
>  include/GdiplusEnums.h           |   39 ++++++++++++++++++
>  include/GdiplusFlat.h            |   23 ++++++++++
>  include/GdiplusGpStubs.h         |   10 +++++
>  include/GdiplusInit.h            |   26 ++++++++++++
>  include/GdiplusTypes.h           |    7 +++
>  16 files changed, 462 insertions(+), 5 deletions(-)
>
> -Evan Stade
>
>
please ignore this patch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-patches/attachments/20070529/5ed880ce/attachment.html


More information about the wine-patches mailing list