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:
Robin Dunn 2006-10-05 23:51:28 +00:00
parent 7a14d08278
commit b7a0abc732

View File

@ -2258,7 +2258,7 @@ bool wxDC::DoBlit(wxCoord xdest, wxCoord ydest,
ds.dsBm.bmBits,
(LPBITMAPINFO)&ds.dsBmih,
DIB_RGB_COLORS,
SRCCOPY
dwRop
) == (int)GDI_ERROR )
{
// On Win9x this API fails most (all?) of the time, so