X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40bd6154f1476dbe598c60b4760bbf2fe0d9ab0f..83141d3a74bc3ce6b97632dec8b28b7569c480a2:/include/wx/os2/frame.h diff --git a/include/wx/os2/frame.h b/include/wx/os2/frame.h index bd3da1f994..468341d98e 100644 --- a/include/wx/os2/frame.h +++ b/include/wx/os2/frame.h @@ -196,19 +196,14 @@ protected: int m_nFsToolBarHeight; bool m_bFsIsMaximized; bool m_bFsIsShowing; + bool m_bIsShown; + wxWindow* m_pWinLastFocused; private: #if wxUSE_TOOLTIPS WXHWND m_hWndToolTip; #endif // tooltips - // - // The main handle of a frame window, that used for message processing - // is the client handle under PM. But we still need the frame handle - // as well - // - WXHWND m_hFrame; - // // Handles to child windows of the Frame that we don't have child objects for // @@ -217,7 +212,7 @@ private: WXHWND m_hVScroll; // - // Swp structures for various client data + // Swp structures for various client data // DW: Better off in attached RefData? // SWP m_vSwp;