extern int wxPageNumber;
class wxMacPortStateHelper ;
+class wxMacCGContext ;
//-----------------------------------------------------------------------------
// wxDC
//-----------------------------------------------------------------------------
mutable bool m_macAliasWasEnabled ;
mutable void* m_macForegroundPixMap ;
mutable void* m_macBackgroundPixMap ;
+
+ // CoreGraphics
+
+ wxMacCGContext * m_macGraphicContext ;
+ void MacSetupGraphicContext() ;
};
#endif