X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1542ea396a625766c59d683adbb1d613c1344d50..a434b43fd4ac9db00fa6115ab40449613595f1a2:/include/wx/mac/toplevel.h diff --git a/include/wx/mac/toplevel.h b/include/wx/mac/toplevel.h index 182c916c03..c0705c0cd6 100644 --- a/include/wx/mac/toplevel.h +++ b/include/wx/mac/toplevel.h @@ -67,6 +67,7 @@ public: // implementation from now on // -------------------------- + static void MacDelayedDeactivation(long timestamp); virtual void MacCreateRealWindow( const wxString& title, const wxPoint& pos, const wxSize& size, @@ -116,6 +117,7 @@ protected: bool m_macNeedsErasing ; static WXWindow s_macWindowInUpdate ; + static wxTopLevelWindowMac *s_macDeactivateWindow; private : #if TARGET_CARBON WXEVENTHANDLERREF m_macEventHandler ;