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:
@@ -254,7 +254,7 @@ wxMacCGContext::~wxMacCGContext()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( m_qdPort )
|
if ( m_qdPort )
|
||||||
CGContextRelease( m_cgContext ) ;
|
QDEndCGContext( m_qdPort, &m_cgContext ) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -325,7 +325,7 @@ CGContextRef wxMacCGContext::GetNativeContext()
|
|||||||
{
|
{
|
||||||
Rect bounds ;
|
Rect bounds ;
|
||||||
GetPortBounds( (CGrafPtr) m_qdPort , &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 ) ;
|
CGContextSaveGState( m_cgContext ) ;
|
||||||
|
|
||||||
wxASSERT_MSG( status == noErr , wxT("Cannot nest wxDCs on the same window") ) ;
|
wxASSERT_MSG( status == noErr , wxT("Cannot nest wxDCs on the same window") ) ;
|
||||||
|
Reference in New Issue
Block a user