mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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,
|
||||
yMask,
|
||||
dwRop,
|
||||
0);
|
||||
GetBkColor(hdcSrc));
|
||||
}
|
||||
|
||||
|
||||
|
@ -771,5 +771,5 @@ PlgBlt(
|
|||
hbmMask,
|
||||
xMask,
|
||||
yMask,
|
||||
0);
|
||||
GetBkColor(hdcSrc));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue