X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80eee8378f6b6e8b9ecae46062c2b66ff4469f48..c5ba48512424b7e543cadfccef304fe170bdf910:/include/wx/osx/evtloop.h?ds=sidebyside diff --git a/include/wx/osx/evtloop.h b/include/wx/osx/evtloop.h index bc6b5fddfe..45b411e903 100644 --- a/include/wx/osx/evtloop.h +++ b/include/wx/osx/evtloop.h @@ -70,6 +70,9 @@ protected: // the loop exit code int m_exitcode; + // cfrunloop + CFRunLoopRef m_runLoop; + // runloop observer CFRunLoopObserverRef m_runLoopObserver; @@ -95,7 +98,8 @@ class WXDLLIMPEXP_FWD_CORE wxNonOwnedWindow; class WXDLLIMPEXP_CORE wxModalEventLoop : public wxGUIEventLoop { public: - wxModalEventLoop(wxWindow *winModal); + wxModalEventLoop(wxWindow *modalWindow); + wxModalEventLoop(WXWindow modalNativeWindow); protected: virtual void DoRun(); @@ -104,6 +108,7 @@ protected: // (in case) the modal window for this event loop wxNonOwnedWindow* m_modalWindow; + WXWindow m_modalNativeWindow; }; #endif // wxUSE_GUI