protected :
virtual void DoGetSize( int *width, int *height ) const;
wxWindow *m_window;
+#if wxMAC_USE_CORE_GRAPHICS
+ bool m_release;
+ int m_width;
+ int m_height;
+#endif
};
virtual ~wxClientDC(void);
protected:
+#if !wxMAC_USE_CORE_GRAPHICS
virtual void DoGetSize( int *width, int *height ) const;
+#endif
};
class WXDLLEXPORT wxPaintDC: public wxWindowDC
virtual ~wxPaintDC(void);
protected:
+#if !wxMAC_USE_CORE_GRAPHICS
virtual void DoGetSize( int *width, int *height ) const;
+#endif
};
#endif