* xterm.c (x_term_init): Remove XSynchronize call done for debugging.
This commit is contained in:
parent
f9ed9b4f89
commit
3132a7ea15
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* xterm.c (x_term_init): Remove XSynchronize call done for debugging.
|
||||
|
||||
* xterm.h (x_wait_for_event): Declare it.
|
||||
|
||||
* xterm.c (pending_event_wait): New variable.
|
||||
|
|
|
@ -10456,7 +10456,6 @@ x_term_init (display_name, xrm_option, resource_name)
|
|||
|| !strcmp (SDATA (value), "on")))
|
||||
XSynchronize (dpyinfo->display, True);
|
||||
}
|
||||
XSynchronize (dpyinfo->display, True);
|
||||
|
||||
{
|
||||
Lisp_Object value;
|
||||
|
|
Loading…
Add table
Reference in a new issue