# HG changeset patch # User Gerd Moellmann # Date 952431928 0 # Node ID c5b68e855d56ec0a8c381c62310e43a4061bbf58 # Parent f721aa64fc948f71e2989b038dd4a97738c9a937 (x_connection_closed) [USE_X_TOOLKIT]: Don't try to close the display with XtCloseDisplay. This caused a bus error on OpenWindows. diff -r f721aa64fc94 -r c5b68e855d56 src/xterm.c --- 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;