X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b82186f0e7f3d3b6cf24f6ad12fda647dd9b4ec0..1b0fb34be895a9596131233edd1bf68b10c052b4:/include/wx/os2/toplevel.h diff --git a/include/wx/os2/toplevel.h b/include/wx/os2/toplevel.h index 7ad9f88570..2557c3981f 100644 --- a/include/wx/os2/toplevel.h +++ b/include/wx/os2/toplevel.h @@ -85,8 +85,10 @@ public: // virtual void AlterChildPos(void); // OS/2 child control positioning virtual void UpdateInternalSize( wxWindow* pChild + ,int nWidth ,int nHeight ); + PSWP GetSwpClient(void) { return &m_vSwpClient; } protected: // // Common part of all ctors @@ -157,6 +159,7 @@ protected: WXHWND m_hFrame; SWP m_vSwp; SWP m_vSwpClient; + static bool m_sbInitialized; }; // end of CLASS wxTopLevelWindowOS2 //