Author: fireball
Date: Sun Mar 15 20:04:46 2009
New Revision: 40041
URL:
http://svn.reactos.org/svn/reactos?rev=40041&view=rev
Log:
Evgeniy Boltik <bstsoft(a)narod.ru>
- EngStretchBltROP expects a ROP4 code, but SRCCOPY is ROP3. Convert it accordingly.
See issue #4156 for more details.
Modified:
trunk/reactos/subsystems/win32/win32k/eng/bitblt.c
Modified: trunk/reactos/subsystems/win32/win32k/eng/bitblt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/en…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/eng/bitblt.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/eng/bitblt.c [iso-8859-1] Sun Mar 15 20:04:46
2009
@@ -1009,7 +1009,7 @@
MaskOrigin,
Mode,
NULL,
- SRCCOPY);
+ ROP3_TO_ROP4(SRCCOPY));
}
BOOL APIENTRY