Mercurial > emacs
diff src/mac.c @ 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 | 3bd95f4f2941 |
| children | b4cb58f90f13 a802c5505156 |
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);
