Evgeniy Boltik <bstsoft@narod.ru>

- EngStretchBltROP expects a ROP4 code, but SRCCOPY is ROP3. Convert it accordingly.

See issue #4156 for more details.

svn path=/trunk/; revision=40041
This commit is contained in:
Aleksey Bragin 2009-03-15 17:04:46 +00:00
parent 5afd0c7426
commit 1e1a103c24

View file

@ -1009,7 +1009,7 @@ EngStretchBlt(
MaskOrigin,
Mode,
NULL,
SRCCOPY);
ROP3_TO_ROP4(SRCCOPY));
}
BOOL APIENTRY