/////////////////////////////////////////////////////////////////////////////
-// Name: src/mac/carbon/dcclient.cpp
+// Name: src/osx/carbon/dcclient.cpp
// Purpose: wxClientDCImpl class
// Author: Stefan Csomor
// Modified by:
CGContextDrawImage( context, rect, image );
CGContextRestoreGState(context);
-
return bmp;
}
#endif