X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf8ff92f83af3d5d0356bba91763354ea83ec6d7..f55fee08e9d56f3994e0af75efe179d14a6258e7:/include/wx/msw/frame.h?ds=sidebyside diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index c7fb8ed76c..a925030e4a 100644 --- a/include/wx/msw/frame.h +++ b/include/wx/msw/frame.h @@ -153,6 +153,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;