From: Richard M. Stallman Date: Fri, 13 Sep 1996 17:03:29 +0000 (+0000) Subject: (x_connection_closed): Call XtCloseDisplay. X-Git-Tag: emacs-20.1~3765 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adabc3a9af7cb74372a16e2f6e6cd4e403fb69ed;p=emacs.git (x_connection_closed): Call XtCloseDisplay. --- 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) /* Indicate that this display is dead. */ + #ifdef USE_X_TOOLKIT + XtCloseDisplay (display); + #endif + dpyinfo->display = 0; /* First delete frames whose minibuffers are on frames