winex11.drv: Add support for AlphaBlend with non-opaque SourceConstantAlpha values.

Ángel Guzmán Maeso shakaran at gmail.com
Mon Jun 2 07:39:05 CDT 2008


A small change:

+int x,y;
+for (x = 0; x < widthSrc; x++, tmpBits += 4)
+    for(y=0;y<4;y++)
+        tmpBits[y] = tmpBits[y] * blendfn.SourceConstantAlpha / 255;

-- 
Shakaran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-patches/attachments/20080602/04df545f/attachment.htm 


More information about the wine-patches mailing list