]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dc.h
MicroWindows tweaks
[wxWidgets.git] / include / wx / mac / dc.h
index fe4ebd4b7dd7e863d514ea7bf51ec9867c586221..ea40eaec03c02ff5be045355d0a23507474f87d6 100644 (file)
@@ -177,6 +177,7 @@ class WXDLLEXPORT wxDC: public wxDCBase
            return (wxCoord)((double)(y) * m_scaleY - 0.5);
        }
   
+    RgnHandle MacGetCurrentClipRgn() { return m_macCurrentClipRgn ; }
 //
 
 protected:
@@ -265,7 +266,8 @@ protected:
        mutable bool    m_macPenInstalled ;
        mutable bool    m_macBrushInstalled ;
        
-       Rect                                    m_macClipRect ;
+       RgnHandle                               m_macBoundaryClipRgn ;
+       RgnHandle               m_macCurrentClipRgn ;
        Point                                   m_macLocalOrigin ;
        void                                    MacSetupPort( AGAPortHelper* ph ) const ;
 };