TransparentBlt

Kevin Koltzau kevin at plop.org
Mon Feb 2 10:17:52 CST 2004


After sending this I noticed there is actually a GdiTransparentBlt function in gdi32..
So I moved the implementation there instead and just setup a forward from msimg32

Changelog:
	Implementation of gdi32.GdiTransparentBlt and msimg32.TransparentBlt

On Monday 02 February 2004 10:14 am, Kevin Koltzau wrote:
> This is a slightly better implementation, I removed MaskBlt and replaced it
> with 3 BitBlts (so overall its less operations, should be faster) It also
> works properly on both Windows and wine
> When I get some time I'll look into why MaskBlt wasn't working properly
>
> Changelog:
> 	Implementation of TransparentBlt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: transparentblt3.diff
Type: text/x-diff
Size: 6207 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040202/ce4ae716/transparentblt3.bin


More information about the wine-patches mailing list