]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/frame.h
1. removed 'B' flag from treebase.cpp and regenerated the makefiles
[wxWidgets.git] / include / wx / os2 / frame.h
index bd3da1f994c74421e2ceb0f5d3badb74c16429cb..468341d98eddc01f8b423106c7ccd81efbd06043 100644 (file)
@@ -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;