- Set GetBkColor for callers.

svn path=/trunk/; revision=36836
This commit is contained in:
James Tabor 2008-10-20 04:07:42 +00:00
parent 8be0d9711a
commit 4f32b668d4

View file

@ -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));
} }