X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf8ff92f83af3d5d0356bba91763354ea83ec6d7..32485259c1342115488d219776dfebeb3d4d81b1:/include/wx/msw/frame.h 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;