Mercurial > emacs
changeset 48169:d2c93bc1faf1
(x_term_init): Use turn_on_atimers, not start_polling and stop_polling.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Nov 2002 05:03:33 +0000 |
parents | 8314ced58ef2 |
children | a65d281d19f0 |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Wed Nov 06 05:01:46 2002 +0000 +++ b/src/xterm.c Wed Nov 06 05:03:33 2002 +0000 @@ -14805,12 +14805,12 @@ argv[argc++] = "-xrm"; argv[argc++] = xrm_option; } - stop_polling (); + turn_on_atimers (0); dpy = XtOpenDisplay (Xt_app_con, SDATA (display_name), resource_name, EMACS_CLASS, emacs_options, XtNumber (emacs_options), &argc, argv); - start_polling (); + turn_on_atimers (1); #ifdef HAVE_X11XTR6 /* I think this is to compensate for XtSetLanguageProc. */