aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mac.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mac.c b/src/mac.c
index a71194f9aee..40bbacf15ce 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -4829,6 +4829,9 @@ sys_select (n, rfds, wfds, efds, timeout)
4829 return 0; 4829 return 0;
4830 } 4830 }
4831 4831
4832#if USE_CG_DRAWING
4833 mac_prepare_for_quickdraw (NULL);
4834#endif
4832 /* Avoid initial overhead of RunLoop setup for the case that 4835 /* Avoid initial overhead of RunLoop setup for the case that
4833 some input is already available. */ 4836 some input is already available. */
4834 EMACS_SET_SECS_USECS (select_timeout, 0, 0); 4837 EMACS_SET_SECS_USECS (select_timeout, 0, 0);