- m_ok = (m_graphicContext != NULL) ;
-#else
- if ( ( m_macPort = m_selected.GetHBITMAP( &m_macMask ) ) != NULL )
- {
- LockPixels( GetGWorldPixMap( (CGrafPtr) m_macPort ) ) ;
- /*
- wxMask * mask = bitmap.GetMask() ;
- if ( mask )
- {
- m_macMask = mask->GetHBITMAP() ;
- }
- */
- SetRectRgn( (RgnHandle) m_macBoundaryClipRgn , 0 , 0 , m_selected.GetWidth() , m_selected.GetHeight() ) ;
- CopyRgn( (RgnHandle) m_macBoundaryClipRgn ,(RgnHandle) m_macCurrentClipRgn ) ;
- m_ok = TRUE ;
- }
- else
- {
- m_ok = FALSE;
- }
-#endif