mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
In MaskBlt delete correct bitmap.
This commit is contained in:
parent
aecbcac865
commit
05a494c2b5
@ -295,7 +295,7 @@ BOOL WINAPI MaskBlt(HDC hdcDest, INT nXDest, INT nYDest,
|
|||||||
|
|
||||||
/* delete all temp objects */
|
/* delete all temp objects */
|
||||||
DeleteObject(hBitmap1);
|
DeleteObject(hBitmap1);
|
||||||
DeleteObject(hBitmap1);
|
DeleteObject(hBitmap2);
|
||||||
DeleteObject(hbrMask);
|
DeleteObject(hbrMask);
|
||||||
|
|
||||||
DeleteDC(hDC1);
|
DeleteDC(hDC1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user