comparison 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
comparison
equal deleted inserted replaced
28029:f721aa64fc94 28030:c5b68e855d56
10750 struct x_display_info *dpyinfo = x_display_info_for_display (display); 10750 struct x_display_info *dpyinfo = x_display_info_for_display (display);
10751 Lisp_Object frame, tail; 10751 Lisp_Object frame, tail;
10752 10752
10753 /* Indicate that this display is dead. */ 10753 /* Indicate that this display is dead. */
10754 10754
10755 #if 0 /* Closing the display caused a bus error on OpenWindows. */
10755 #ifdef USE_X_TOOLKIT 10756 #ifdef USE_X_TOOLKIT
10756 XtCloseDisplay (display); 10757 XtCloseDisplay (display);
10758 #endif
10757 #endif 10759 #endif
10758 10760
10759 dpyinfo->display = 0; 10761 dpyinfo->display = 0;
10760 10762
10761 /* First delete frames whose mini-buffers are on frames 10763 /* First delete frames whose mini-buffers are on frames