aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/xterm.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c1f8b8cef83..0e4d2d24b0c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12009-10-21 Jan Djärv <jan.h.d@swipnet.se> 12009-10-21 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
4
3 * xterm.h (x_wait_for_event): Declare it. 5 * xterm.h (x_wait_for_event): Declare it.
4 6
5 * xterm.c (pending_event_wait): New variable. 7 * xterm.c (pending_event_wait): New variable.
diff --git a/src/xterm.c b/src/xterm.c
index e3a70a07fe4..16aa12abbaa 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10456,7 +10456,6 @@ x_term_init (display_name, xrm_option, resource_name)
10456 || !strcmp (SDATA (value), "on"))) 10456 || !strcmp (SDATA (value), "on")))
10457 XSynchronize (dpyinfo->display, True); 10457 XSynchronize (dpyinfo->display, True);
10458 } 10458 }
10459 XSynchronize (dpyinfo->display, True);
10460 10459
10461 { 10460 {
10462 Lisp_Object value; 10461 Lisp_Object value;