From: Julian Smart Date: Tue, 12 Mar 2002 21:54:27 +0000 (+0000) Subject: Added GetWindow to make Blit compile X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/32f8e36335fbd7116593bf57917a9be294cae363?ds=sidebyside Added GetWindow to make Blit compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/x11/dcclient.h b/include/wx/x11/dcclient.h index bfbce74123..0b35e74731 100644 --- a/include/wx/x11/dcclient.h +++ b/include/wx/x11/dcclient.h @@ -114,6 +114,7 @@ public: virtual wxSize GetPPI() const; virtual void DestroyClippingRegion(); + WXWindow GetWindow() const { return m_window; } protected: // implementation