git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9219
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
::SetBkMode(GetHdc(), TRANSPARENT);
else
::SetBkMode(GetHdc(), OPAQUE);
::SetBkMode(GetHdc(), TRANSPARENT);
else
::SetBkMode(GetHdc(), OPAQUE);
+ Last change: AC 29 Jan 101 8:54 pm
// of the mask which is also contrary to the Windows one)
success = ::MaskBlt(GetHdc(), xdest, ydest, width, height,
GetHdcOf(*source), xsrc, ysrc,
// of the mask which is also contrary to the Windows one)
success = ::MaskBlt(GetHdc(), xdest, ydest, width, height,
GetHdcOf(*source), xsrc, ysrc,
- (HBITMAP)mask->GetMaskBitmap(), 0, 0,
+ (HBITMAP)mask->GetMaskBitmap(), xsrc, ysrc,
MAKEROP4(dwRop, DSTCOPY)) != 0;
if ( !success )
MAKEROP4(dwRop, DSTCOPY)) != 0;
if ( !success )