switching to newer API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2006-10-10 19:02:44 +00:00
parent 4857f07f51
commit c0badae100

View File

@ -254,7 +254,7 @@ wxMacCGContext::~wxMacCGContext()
}
if ( m_qdPort )
CGContextRelease( m_cgContext ) ;
QDEndCGContext( m_qdPort, &m_cgContext ) ;
}
@ -325,7 +325,7 @@ CGContextRef wxMacCGContext::GetNativeContext()
{
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") ) ;