X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0aff141c5114ae93c373a3ab350dcff69d05591c..87f0b1323b7ac77f02133b836c8dfee63b0fd387:/include/wx/osx/cocoa/evtloop.h diff --git a/include/wx/osx/cocoa/evtloop.h b/include/wx/osx/cocoa/evtloop.h index e38cf92c38..8ccf5b22ba 100644 --- a/include/wx/osx/cocoa/evtloop.h +++ b/include/wx/osx/cocoa/evtloop.h @@ -21,6 +21,11 @@ public: void EndModalSession(); + virtual void WakeUp(); + + void OSXUseLowLevelWakeup(bool useIt) + { m_osxLowLevelWakeUp = useIt ; } + protected: virtual int DoDispatchTimeout(unsigned long timeout); @@ -37,6 +42,8 @@ protected: WXWindow m_dummyWindow; int m_modalNestedLevel; + + bool m_osxLowLevelWakeUp; }; #endif // _WX_OSX_COCOA_EVTLOOP_H_