(Apple) Comment out CFRunLoopWakeUp
This commit is contained in:
parent
d68903f417
commit
81ffa31441
|
@ -91,9 +91,10 @@ static void do_iteration(void)
|
|||
"ugly way" first because it is the most expedient and
|
||||
safe. Other eyeballs should decide if it isn't necessary.
|
||||
*/
|
||||
|
||||
#if 0
|
||||
if ( ! g_extern.is_menu )
|
||||
CFRunLoopWakeUp(CFRunLoopGetMain());
|
||||
#endif
|
||||
}
|
||||
|
||||
void apple_start_iteration(void)
|
||||
|
|
Loading…
Reference in New Issue