]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
OS/2 updates for debugging and statusbar processing
[wxWidgets.git] / include / wx / msw / frame.h
index f17f7e57dfbfe722952eb74ed3c05c68b81add57..410081887e0d78ff3f0dfe08a18742b6cbb8d2d6 100644 (file)
@@ -149,6 +149,9 @@ protected:
     static bool           m_useNativeStatusBar;
 #endif // wxUSE_STATUSBAR
 
+    // the last focused child: we restore focus to it on activation
+    wxWindow             *m_winLastFocused;
+
     // Data to save/restore when calling ShowFullScreen
     long                  m_fsStyle; // Passed to ShowFullScreen
     wxRect                m_fsOldSize;