aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-03-12 08:19:42 +0000
committerYAMAMOTO Mitsuharu2006-03-12 08:19:42 +0000
commit5093b9dc1d18438135eae2dbf4f1d90db5a94264 (patch)
tree437ec73afd01fd38a7fa50a1ff4ff8af9d0f8a09 /src
parente2a3e27a3cad0d9812e9ba612347b1c33c1ea8f2 (diff)
downloademacs-5093b9dc1d18438135eae2dbf4f1d90db5a94264.tar.gz
emacs-5093b9dc1d18438135eae2dbf4f1d90db5a94264.zip
(sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
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);