aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2009-10-21 19:15:57 +0000
committerJan Djärv2009-10-21 19:15:57 +0000
commit3132a7ea15ddf8c479a9596fb1736f5c62d5e8d9 (patch)
treeeb764e4753beb8046e5e4e321ab7447cc29891ac /src
parentf9ed9b4f89e7a35d36c3663f0ec758d39085a3c0 (diff)
downloademacs-3132a7ea15ddf8c479a9596fb1736f5c62d5e8d9.tar.gz
emacs-3132a7ea15ddf8c479a9596fb1736f5c62d5e8d9.zip
* xterm.c (x_term_init): Remove XSynchronize call done for debugging.
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;