]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/core/evtloop_cf.cpp
Add wxTimer::StartOnce().
[wxWidgets.git] / src / osx / core / evtloop_cf.cpp
index 9eefc0d22bf1da8d19c9f59401f93924ed930b0b..7fb81172b28671dea2de7860b81027518def2562 100644 (file)
@@ -302,6 +302,7 @@ bool wxCFEventLoop::Pending() const
 
 int wxCFEventLoop::DoProcessEvents()
 {
+#if wxUSE_UIACTIONSIMULATOR
     if ( m_shouldWaitForEvent )
     {
         int  handled = DispatchTimeout( 1000 );
@@ -310,6 +311,7 @@ int wxCFEventLoop::DoProcessEvents()
         return handled;
     }
     else
+#endif
         return DispatchTimeout( 0 );
 }