]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dc.h
move FixMath include into non darwin part
[wxWidgets.git] / include / wx / mac / carbon / dc.h
index 57ade632db448a17fcadcdbf336e81b37112c866..0532fffe13555314c7119e3be1bef855f1abb8f2 100644 (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