CoreGraphics dev
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
extern int wxPageNumber;
|
||||
|
||||
class wxMacPortStateHelper ;
|
||||
class wxMacCGContext ;
|
||||
//-----------------------------------------------------------------------------
|
||||
// wxDC
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -282,6 +283,11 @@ protected:
|
||||
mutable bool m_macAliasWasEnabled ;
|
||||
mutable void* m_macForegroundPixMap ;
|
||||
mutable void* m_macBackgroundPixMap ;
|
||||
|
||||
// CoreGraphics
|
||||
|
||||
wxMacCGContext * m_macGraphicContext ;
|
||||
void MacSetupGraphicContext() ;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user