Part of patch# 1570448, use dwRop for StretchBIBits too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2258,7 +2258,7 @@ bool wxDC::DoBlit(wxCoord xdest, wxCoord ydest,
|
|||||||
ds.dsBm.bmBits,
|
ds.dsBm.bmBits,
|
||||||
(LPBITMAPINFO)&ds.dsBmih,
|
(LPBITMAPINFO)&ds.dsBmih,
|
||||||
DIB_RGB_COLORS,
|
DIB_RGB_COLORS,
|
||||||
SRCCOPY
|
dwRop
|
||||||
) == (int)GDI_ERROR )
|
) == (int)GDI_ERROR )
|
||||||
{
|
{
|
||||||
// On Win9x this API fails most (all?) of the time, so
|
// On Win9x this API fails most (all?) of the time, so
|
||||||
|
Reference in New Issue
Block a user