[Fwd: gdi32: PlgBlt implementation (resend)]

2008-03-28 Thread Nikolay Sivov
What about this patch? Changelog (since first patch): - HAVE_FLOAT_H used for #include - all declarations moved to the beginning Index: dlls/gdi32/bitblt.c === RCS file: /home/wine/wine/dlls/gdi32/bitblt.c,v retrieving re

Re: gdi32: PlgBlt implementation

2008-03-26 Thread Juan Lang
One more comment on your patch: > BOOL WINAPI PlgBlt( HDC hdcDest, const POINT *lpPoint, > -HDC hdcSrc, INT nXDest, INT nYDest, INT nWidth, > +HDC hdcSrc, INT nXSrc, INT nYSrc, INT nWidth, > INT nHeight, HBITMAP hbmMask, INT

Re: gdi32: PlgBlt implementation

2008-03-26 Thread Michael Stefaniuc
Hello Nikolay, thanks for the patch. Nikolay Sivov wrote: > Changelog: > gdi32: initial implementation using coord transformation and MaskBlt > patch is made in Windows using TortoiseCVS functionality (all that > I can use at this moment, shouldn't be a problem I hope) No that's not a