git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67870
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( activity & kCFRunLoopBeforeWaiting )
{
if ( activity & kCFRunLoopBeforeWaiting )
{
+ if ( ProcessIdle() )
+ {
+ WakeUp();
+ }
+ else
+ {
- wxMutexGuiLeaveOrEnter();
+ wxMutexGuiLeaveOrEnter();
}
}
void wxCFEventLoop::DefaultModeObserverCallBack(CFRunLoopObserverRef WXUNUSED(observer), int activity)
{
}
}
void wxCFEventLoop::DefaultModeObserverCallBack(CFRunLoopObserverRef WXUNUSED(observer), int activity)
{
if ( activity & kCFRunLoopBeforeTimers )
{
}
if ( activity & kCFRunLoopBeforeWaiting )
{
if ( activity & kCFRunLoopBeforeTimers )
{
}
if ( activity & kCFRunLoopBeforeWaiting )
{
- if ( ProcessIdle() )
- {
- WakeUp();
- }