]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dc.h
wxSizeEvent now carries the total size, not just the client size
[wxWidgets.git] / include / wx / mac / dc.h
index 115742d7966534ebeac7a09ec38cf431d4ede458..cfc9958cf8726f65ddd2caf1a0c1c5a6e13d4467 100644 (file)
@@ -274,10 +274,18 @@ protected:
        mutable bool    m_macPenInstalled ;
        mutable bool    m_macBrushInstalled ;
        
-       WXHRGN                          m_macBoundaryClipRgn ;
-       WXHRGN               m_macCurrentClipRgn ;
+       WXHRGN                              m_macBoundaryClipRgn ;
+       WXHRGN                  m_macCurrentClipRgn ;
        wxPoint                                 m_macLocalOrigin ;
        void                                    MacSetupPort( wxMacPortStateHelper* ph ) const ;
+       void                    MacCleanupPort( wxMacPortStateHelper* ph ) const ;
+       mutable void*                   m_macATSUIStyle ;
+       mutable wxMacPortStateHelper*   m_macCurrentPortStateHelper ;
+       mutable bool                    m_macFormerAliasState ;
+       mutable short                   m_macFormerAliasSize ;
+       mutable bool                    m_macAliasWasEnabled ;
+       mutable void*                   m_macForegroundPixMap ;
+       mutable void*                   m_macBackgroundPixMap ;
 };
 
 #endif