mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
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:
parent
5afd0c7426
commit
1e1a103c24
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ EngStretchBlt(
|
||||||
MaskOrigin,
|
MaskOrigin,
|
||||||
Mode,
|
Mode,
|
||||||
NULL,
|
NULL,
|
||||||
SRCCOPY);
|
ROP3_TO_ROP4(SRCCOPY));
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL APIENTRY
|
BOOL APIENTRY
|
||||||
|
|
Loading…
Reference in a new issue