changeset 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 f721aa64fc94
children 4b1aa29ef006
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;