X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf8ff92f83af3d5d0356bba91763354ea83ec6d7..d8fd7acb8b877599b410e07a4c26dde92a676a82:/include/wx/msw/frame.h diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index c7fb8ed76c..c90c105978 100644 --- a/include/wx/msw/frame.h +++ b/include/wx/msw/frame.h @@ -12,10 +12,6 @@ #ifndef _WX_FRAME_H_ #define _WX_FRAME_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "frame.h" -#endif - class WXDLLEXPORT wxFrame : public wxFrameBase { public: @@ -153,6 +149,9 @@ private: #if wxUSE_TOOLTIPS WXHWND m_hwndToolTip; #endif // tooltips +#if defined(__SMARTPHONE__) || defined(__POCKETPC__) + void* m_activateInfo; +#endif // used by IconizeChildFrames(), see comments there bool m_wasMinimized;