mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-01 20:06:00 +00:00
(x_connection_closed): Call XtCloseDisplay.
This commit is contained in:
parent
92a2515a65
commit
adabc3a9af
@ -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…
Reference in New Issue
Block a user