On Tue, Mar 26, 2002 at 09:54:56PM -0500, Lonnie Cumberland wrote:
Hello All,
I have recently been able to locate what might be a nice routine for the missing fixme:bitblt:MaskBlt errors but I am inclear on the next step of how to implement it.
More accurately, I am just not clear as to the proceedure that should be followed to add it, and test it, to my CVS version of Wine that I have downloaded onto my home machine.
Could someone please give me a little guidance on this?
Check out graphics/bitblt.c
Search search.microsoft.com.
AFAIK MaskBlt() is a "BitBlt() gone weird" ;-) It's not supported on Win9x, which is why it's not implemented yet.