]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dc.cpp
add m_ prefix to the member variables and remove unneeded dialogParent field (part...
[wxWidgets.git] / src / motif / dc.cpp
index 884ac2e7e6185db2ef3d7a19facba5e4b83d5633..939442bd32b4d5650b470603cb968415c05da26d 100644 (file)
@@ -49,7 +49,7 @@ void wxDC::DoDrawBitmap( const wxBitmap& bitmap, wxCoord x, wxCoord y, bool useM
     wxCHECK_RET( bitmap.Ok(), "invalid bitmap" );
 
     wxMemoryDC memDC;
-    memDC.SelectObject(bitmap);
+    memDC.SelectObjectAsSource(bitmap);
 
 #if 0
     // Not sure if we need this. The mask should leave the masked areas as per