comparison src/xterm.c @ 92742:e3c5f1568f5c

Fix previous change.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 11 Mar 2008 15:54:05 +0000
parents b0748b402e51
children ed10c3092847
comparison
equal deleted inserted replaced
92741:e0ebf9b24e2e 92742:e3c5f1568f5c
8108 8108
8109 Closing the display is reported to lead to a bus error on 8109 Closing the display is reported to lead to a bus error on
8110 OpenWindows in certain situations. I suspect that is a bug 8110 OpenWindows in certain situations. I suspect that is a bug
8111 in OpenWindows. I don't know how to circumvent it here. */ 8111 in OpenWindows. I don't know how to circumvent it here. */
8112 8112
8113 if (dpyinfo && terminal_list->next_terminal != NULL) 8113 if (dpyinfo)
8114 { 8114 {
8115 #ifdef USE_X_TOOLKIT 8115 #ifdef USE_X_TOOLKIT
8116 /* If DPYINFO is null, this means we didn't open the display 8116 /* If DPYINFO is null, this means we didn't open the display
8117 in the first place, so don't try to close it. */ 8117 in the first place, so don't try to close it. */
8118 { 8118 {