mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WIN32K]
- Fix a typo from r58077 svn path=/trunk/; revision=58078
This commit is contained in:
@@ -471,7 +471,7 @@ EngBitBlt(
|
||||
case DC_TRIVIAL:
|
||||
Ret = (*BltRectFunc)(OutputObj,
|
||||
InputObj,
|
||||
psoSrc,
|
||||
psoMask,
|
||||
pxlo,
|
||||
&OutputRect,
|
||||
&InputPoint,
|
||||
@@ -499,7 +499,7 @@ EngBitBlt(
|
||||
Pt.y = InputPoint.y + CombinedRect.top - OutputRect.top;
|
||||
Ret = (*BltRectFunc)(OutputObj,
|
||||
InputObj,
|
||||
psoSrc,
|
||||
psoMask,
|
||||
pxlo,
|
||||
&CombinedRect,
|
||||
&Pt,
|
||||
|
||||
Reference in New Issue
Block a user