mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
(x_connection_closed): Call XtCloseDisplay.
This commit is contained in:
parent
92a2515a65
commit
adabc3a9af
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue