diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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); |