]> git.saurik.com Git - wxWidgets.git/commitdiff
Part of patch# 1570448, use dwRop for StretchBIBits too
authorRobin Dunn <robin@alldunn.com>
Thu, 5 Oct 2006 23:51:28 +0000 (23:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 5 Oct 2006 23:51:28 +0000 (23:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/dc.cpp

index 4f2367b42684a09876195cbe6d8e63599df5eca7..339811ed3df144bfb30b8bfeca4e0b6088b01205 100644 (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