X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..b2e10daccc99be6d3ca7a206c69e94d3bfe6b03d:/include/wx/mac/carbon/dcclient.h diff --git a/include/wx/mac/carbon/dcclient.h b/include/wx/mac/carbon/dcclient.h index b3b42f4e2e..448d6b4322 100644 --- a/include/wx/mac/carbon/dcclient.h +++ b/include/wx/mac/carbon/dcclient.h @@ -37,11 +37,11 @@ class WXDLLEXPORT wxWindowDC: public wxDC virtual void DoGetSize( int *width, int *height ) const; virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const; wxWindow *m_window; -#if wxMAC_USE_CORE_GRAPHICS + bool m_release; int m_width; int m_height; -#endif + }; @@ -58,9 +58,6 @@ class WXDLLEXPORT wxClientDC: public wxWindowDC virtual ~wxClientDC(void); protected: -#if !wxMAC_USE_CORE_GRAPHICS - virtual void DoGetSize( int *width, int *height ) const; -#endif }; class WXDLLEXPORT wxPaintDC: public wxWindowDC @@ -76,9 +73,6 @@ class WXDLLEXPORT wxPaintDC: public wxWindowDC virtual ~wxPaintDC(void); protected: -#if !wxMAC_USE_CORE_GRAPHICS - virtual void DoGetSize( int *width, int *height ) const; -#endif }; #endif