comparison src/xterm.c @ 16179:7f8ce4d3e955

(x_connection_closed): Call XtCloseDisplay.
author Richard M. Stallman <rms@gnu.org>
date Fri, 13 Sep 1996 17:03:29 +0000
parents f55ff5de378f
children 40552cb9a45d
comparison
equal deleted inserted replaced
16178:58556dbdd03d 16179:7f8ce4d3e955
4509 struct x_display_info *dpyinfo = x_display_info_for_display (display); 4509 struct x_display_info *dpyinfo = x_display_info_for_display (display);
4510 Lisp_Object frame, tail; 4510 Lisp_Object frame, tail;
4511 4511
4512 /* Indicate that this display is dead. */ 4512 /* Indicate that this display is dead. */
4513 4513
4514 #ifdef USE_X_TOOLKIT
4515 XtCloseDisplay (display);
4516 #endif
4517
4514 dpyinfo->display = 0; 4518 dpyinfo->display = 0;
4515 4519
4516 /* First delete frames whose minibuffers are on frames 4520 /* First delete frames whose minibuffers are on frames
4517 that are on the dead display. */ 4521 that are on the dead display. */
4518 FOR_EACH_FRAME (tail, frame) 4522 FOR_EACH_FRAME (tail, frame)