mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
- Set GetBkColor for callers.
svn path=/trunk/; revision=36836
This commit is contained in:
parent
8be0d9711a
commit
4f32b668d4
1 changed files with 2 additions and 2 deletions
|
@ -740,7 +740,7 @@ MaskBlt(
|
||||||
xMask,
|
xMask,
|
||||||
yMask,
|
yMask,
|
||||||
dwRop,
|
dwRop,
|
||||||
0);
|
GetBkColor(hdcSrc));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -771,5 +771,5 @@ PlgBlt(
|
||||||
hbmMask,
|
hbmMask,
|
||||||
xMask,
|
xMask,
|
||||||
yMask,
|
yMask,
|
||||||
0);
|
GetBkColor(hdcSrc));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue