Re: [PATCH 3/3] gdiplus: Implement GdipIsVisibleRect

2009-08-27 Thread Henri Verbeet
2009/8/27 Andrew Eikum : > +GpStatus WINGDIPAPI GdipIsVisibleRectI(GpGraphics *graphics, INT x, INT y, > INT width, INT height, BOOL *result) > +{ > +TRACE("(%p %d %d %d %d %p)\n", graphics, x, y, width, height, result); > + > +if(!graphics || !result) > +return InvalidParameter; >

Re: gdiplus: Implement GdipIsVisibleRect

2009-08-17 Thread Andrew Eikum
Andrew Eikum wrote: --- dlls/gdiplus/gdiplus.spec |2 +- dlls/gdiplus/graphics.c | 47 +-- dlls/gdiplus/tests/graphics.c | 180 + include/gdiplusflat.h |2 + 4 files changed, 221 insertions(+), 10 deletions(-)