From 32f8e36335fbd7116593bf57917a9be294cae363 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 12 Mar 2002 21:54:27 +0000 Subject: [PATCH] Added GetWindow to make Blit compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/x11/dcclient.h | 1 + 1 file changed, 1 insertion(+) 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