X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/888dde65f43d5f57e8fb2028b27191cca1741403..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/mac/carbon/dcclient.h diff --git a/include/wx/mac/carbon/dcclient.h b/include/wx/mac/carbon/dcclient.h index 6bb45e4a73..fa518275f1 100644 --- a/include/wx/mac/carbon/dcclient.h +++ b/include/wx/mac/carbon/dcclient.h @@ -22,28 +22,27 @@ class WXDLLIMPEXP_FWD_CORE wxPaintDC; class WXDLLIMPEXP_FWD_CORE wxWindow; -class WXDLLEXPORT wxWindowDCImpl: public wxGCDCImpl +class WXDLLIMPEXP_CORE wxWindowDCImpl: public wxGCDCImpl { public: wxWindowDCImpl( wxDC *owner ); wxWindowDCImpl( wxDC *owner, wxWindow *window ); virtual ~wxWindowDCImpl(); -protected : virtual void DoGetSize( int *width, int *height ) const; virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const; +protected: bool m_release; int m_width; int m_height; -private: DECLARE_CLASS(wxWindowDCImpl) DECLARE_NO_COPY_CLASS(wxWindowDCImpl) }; -class WXDLLEXPORT wxClientDCImpl: public wxWindowDCImpl +class WXDLLIMPEXP_CORE wxClientDCImpl: public wxWindowDCImpl { public: wxClientDCImpl( wxDC *owner ); @@ -56,7 +55,7 @@ private: }; -class WXDLLEXPORT wxPaintDCImpl: public wxWindowDCImpl +class WXDLLIMPEXP_CORE wxPaintDCImpl: public wxWindowDCImpl { public: wxPaintDCImpl( wxDC *owner );