CoreGraphics dev

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-01-28 05:47:01 +00:00
parent 3d63970769
commit 613a24f7d2
4 changed files with 2417 additions and 14 deletions

View File

@@ -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