Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5093b9dc
Commit
5093b9dc
authored
Mar 12, 2006
by
YAMAMOTO Mitsuharu
Browse files
(sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
parent
e2a3e27a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/mac.c
src/mac.c
+3
-0
No files found.
src/mac.c
View file @
5093b9dc
...
...
@@ -4829,6 +4829,9 @@ sys_select (n, rfds, wfds, efds, timeout)
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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment