diff src/xterm.c @ 28030:c5b68e855d56

(x_connection_closed) [USE_X_TOOLKIT]: Don't try to close the display with XtCloseDisplay. This caused a bus error on OpenWindows.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 07 Mar 2000 12:25:28 +0000
parents cf10555b8ce0
children fb1a89235280
line wrap: on
line diff
--- a/src/xterm.c	Tue Mar 07 12:17:34 2000 +0000
+++ b/src/xterm.c	Tue Mar 07 12:25:28 2000 +0000
@@ -10752,9 +10752,11 @@
 
   /* Indicate that this display is dead.  */
 
+#if 0 /* Closing the display caused a bus error on OpenWindows.  */
 #ifdef USE_X_TOOLKIT
   XtCloseDisplay (display);
 #endif
+#endif
 
   dpyinfo->display = 0;