aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-13 17:03:29 +0000
committerRichard M. Stallman1996-09-13 17:03:29 +0000
commitadabc3a9af7cb74372a16e2f6e6cd4e403fb69ed (patch)
treedb6f4e6a096e7431cdabf6fb43d79ed3c99c63e6 /src/xterm.c
parent92a2515a65646d08ae30a4334553c5797938b798 (diff)
downloademacs-adabc3a9af7cb74372a16e2f6e6cd4e403fb69ed.tar.gz
emacs-adabc3a9af7cb74372a16e2f6e6cd4e403fb69ed.zip
(x_connection_closed): Call XtCloseDisplay.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index b88b17e7cd8..595621b4f8a 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -4511,6 +4511,10 @@ x_connection_closed (display, error_message)
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