Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
adabc3a9
Commit
adabc3a9
authored
Sep 13, 1996
by
Richard M. Stallman
Browse files
(x_connection_closed): Call XtCloseDisplay.
parent
92a2515a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/xterm.c
src/xterm.c
+4
-0
No files found.
src/xterm.c
View file @
adabc3a9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment