CVS: winex/dlls/msimg32 msimg32_main.c,1.6,1.7

[email protected]
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/dlls/msimg32 msimg32_main.c,1.6,1.7Update of /var/lib/cvsd/cvsroot/winex/dlls/msimg32
In directory agravaine:/tmp/cvs-serv24555/dlls/msimg32

Modified Files:
	msimg32_main.c 
Log Message:
Quick hack for AlphaBlend: for now, just call StretchBlt.


Index: msimg32_main.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/msimg32/msimg32_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- msimg32_main.c	6 Nov 2006 13:11:13 -0000	1.6
+++ msimg32_main.c	30 Mar 2007 21:33:01 -0000	1.7
@@ -105,6 +105,11 @@
 	hdcSrc, nXOriginSrc, nYOriginSrc, nWidthSrc, nHeightSrc, 
 	blendFunction.BlendOp, blendFunction.BlendFlags, 
 	blendFunction.SourceConstantAlpha, blendFunction.AlphaFormat);
+  StretchBlt(hdcDest, nXOriginDest, nYOriginDest, nWidthDest, nHeightDest,
+             hdcSrc, nXOriginSrc, nYOriginSrc, nWidthSrc, nHeightSrc, SRCCOPY);
+  return TRUE;
+/*
   SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
   return FALSE;
+*/
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.