git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41909
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
if ( m_qdPort )
- CGContextRelease( m_cgContext ) ;
+ QDEndCGContext( m_qdPort, &m_cgContext ) ;
}
{
Rect bounds ;
GetPortBounds( (CGrafPtr) m_qdPort , &bounds ) ;
- OSStatus status = CreateCGContextForPort((CGrafPtr) m_qdPort , &m_cgContext) ;
+ OSStatus status = QDBeginCGContext((CGrafPtr) m_qdPort , &m_cgContext) ;
CGContextSaveGState( m_cgContext ) ;
wxASSERT_MSG( status == noErr , wxT("Cannot nest wxDCs on the same window") ) ;