changeset 69430:f95c886a6158

(sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 12 Mar 2006 08:19:42 +0000
parents 1a3742d0d1cf
children 2dc590b0aeb9
files src/mac.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/mac.c	Sun Mar 12 03:57:54 2006 +0000
+++ b/src/mac.c	Sun Mar 12 08:19:42 2006 +0000
@@ -4829,6 +4829,9 @@
 	    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);