summaryrefslogtreecommitdiff
path: root/src/mac.c
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2006-03-12 08:19:42 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2006-03-12 08:19:42 +0000
commit5093b9dc1d18438135eae2dbf4f1d90db5a94264 (patch)
tree437ec73afd01fd38a7fa50a1ff4ff8af9d0f8a09 /src/mac.c
parente2a3e27a3cad0d9812e9ba612347b1c33c1ea8f2 (diff)
downloademacs-5093b9dc1d18438135eae2dbf4f1d90db5a94264.tar.gz
(sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
Diffstat (limited to 'src/mac.c')
-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)
return 0;
}
+#if USE_CG_DRAWING
+ mac_prepare_for_quickdraw (NULL);
+#endif
/* Avoid initial overhead of RunLoop setup for the case that
some input is already available. */
EMACS_SET_SECS_USECS (select_timeout, 0, 0);