]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/window.h
added CreateFromXpm method
[wxWidgets.git] / include / wx / mac / window.h
index bef75866505511efa210839083fd20444364cea0..e8efb280d1abc56e635885145a8cf7d52f912f04 100644 (file)
@@ -276,10 +276,10 @@ public :
 private:
        virtual bool                                            MacGetWindowFromPointSub( const wxPoint &point , wxWindow** outWin ) ;
 protected:
-
        MacWindowData*                          m_macWindowData ;
        static WindowRef                        s_macWindowInUpdate ;
        RgnHandle                                       m_macUpdateRgn ;
+       bool                                            m_macEraseOnRedraw ;
 
        int                                                                     m_x ;
        int                                                                     m_y ;