changeset 105696:56d1856a3ea9

* xterm.c (x_term_init): Remove XSynchronize call done for debugging.
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 21 Oct 2009 19:15:57 +0000
parents e226a1347b93
children 136cf2d23c90
files src/ChangeLog src/xterm.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 21 19:03:32 2009 +0000
+++ b/src/ChangeLog	Wed Oct 21 19:15:57 2009 +0000
@@ -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.
--- a/src/xterm.c	Wed Oct 21 19:03:32 2009 +0000
+++ b/src/xterm.c	Wed Oct 21 19:15:57 2009 +0000
@@ -10456,7 +10456,6 @@
 	    || !strcmp (SDATA (value), "on")))
       XSynchronize (dpyinfo->display, True);
   }
-  XSynchronize (dpyinfo->display, True);
 
   {
     Lisp_Object value;