-
-#else
- m_macPort = m_selected.GetHBITMAP( &m_macMask ) ;
- m_ok = (m_macPort != NULL) ;
- if (m_ok)
- {
- LockPixels( GetGWorldPixMap( (CGrafPtr) m_macPort ) ) ;
- SetRectRgn( (RgnHandle) m_macBoundaryClipRgn , 0 , 0 , m_selected.GetWidth() , m_selected.GetHeight() ) ;
- CopyRgn( (RgnHandle) m_macBoundaryClipRgn , (RgnHandle) m_macCurrentClipRgn ) ;
- }
-#endif