aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c
index b77d01796d7..6ff9178bda7 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4684,8 +4684,7 @@ 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 if (iconified) 4687 SET_FRAME_VISIBLE (f, 1);
4688 SET_FRAME_VISIBLE (f, 1);
4689 SET_FRAME_ICONIFIED (f, 0); 4688 SET_FRAME_ICONIFIED (f, 0);
4690 4689
4691 /* wait_reading_process_output will notice this 4690 /* wait_reading_process_output will notice this