emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c,v
Date: Sun, 27 Apr 2008 10:44:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/04/27 10:44:37

Index: xterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/xterm.c,v
retrieving revision 1.984
retrieving revision 1.985
diff -u -b -r1.984 -r1.985
--- xterm.c     29 Mar 2008 01:46:06 -0000      1.984
+++ xterm.c     27 Apr 2008 10:44:37 -0000      1.985
@@ -7329,7 +7329,9 @@
   int count = 0;
   XEvent event;
   int event_found = 0;
+#if 0
   struct x_display_info *dpyinfo;
+#endif
 
   if (interrupt_input_blocked)
     {
@@ -7366,7 +7368,7 @@
   if (terminal->display_info.x == XTread_socket_fake_io_error)
     {
       XTread_socket_fake_io_error = 0;
-      x_io_error_quitter (dpyinfo->display);
+      x_io_error_quitter (terminal->display_info.x->display);
     }
   
 #if 0 /* This loop is a noop now.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]