# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1142151582 0 # Node ID f95c886a6158d166e871d9b93b8f1dfcfad9d312 # Parent 1a3742d0d1cf258f415e27e4b24ff4d887ebbe90 (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw. diff -r 1a3742d0d1cf -r f95c886a6158 src/mac.c --- 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);