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
d806e720
Commit
d806e720
authored
Apr 10, 1995
by
Richard M. Stallman
Browse files
(XTread_socket): Make deiconify event only if frame was iconified.
parent
70d4013c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
src/xterm.c
src/xterm.c
+8
-5
No files found.
src/xterm.c
View file @
d806e720
...
...
@@ -3515,11 +3515,14 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
the frame's display structures. */
SET_FRAME_GARBAGED
(
f
);
bufp
->
kind
=
deiconify_event
;
XSETFRAME
(
bufp
->
frame_or_window
,
f
);
bufp
++
;
count
++
;
numchars
--
;
if
(
f
->
iconified
)
{
bufp
->
kind
=
deiconify_event
;
XSETFRAME
(
bufp
->
frame_or_window
,
f
);
bufp
++
;
count
++
;
numchars
--
;
}
}
#ifdef USE_X_TOOLKIT
goto
OTHER
;
...
...
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