X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d63970769b32a93061989a38a00a5b6110bc7a5..613a24f7d270f4dfc2ecac6d009e4114dcb7777f:/include/wx/mac/carbon/dc.h diff --git a/include/wx/mac/carbon/dc.h b/include/wx/mac/carbon/dc.h index 57ade632db..0532fffe13 100644 --- a/include/wx/mac/carbon/dc.h +++ b/include/wx/mac/carbon/dc.h @@ -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