mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
(x_term_init): Use turn_on_atimers, not start_polling and stop_polling.
This commit is contained in:
parent
454fd6b4ef
commit
bc4e60fc84
1 changed files with 2 additions and 2 deletions
|
|
@ -14805,12 +14805,12 @@ x_term_init (display_name, xrm_option, resource_name)
|
|||
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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue