aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c
index b77d01796d7..5c93103f2c5 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4684,6 +4684,10 @@ w32_read_socket (struct terminal *terminal,
4684 { 4684 {
4685 bool iconified = FRAME_ICONIFIED_P (f); 4685 bool iconified = FRAME_ICONIFIED_P (f);
4686 4686
4687 /* The following was made unconditional in a
4688 pathetic attempt to fix bug#16967 in revision
4689 116716 but, considered counterproductive was made
4690 conditional again in revision 116727. martin */
4687 if (iconified) 4691 if (iconified)
4688 SET_FRAME_VISIBLE (f, 1); 4692 SET_FRAME_VISIBLE (f, 1);
4689 SET_FRAME_ICONIFIED (f, 0); 4693 SET_FRAME_ICONIFIED (f, 0);