aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 6fc86124199..bdd02d05400 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -6733,7 +6733,10 @@ x_make_frame_visible (struct frame *f)
6733 } 6733 }
6734 6734
6735 if (!FLOATP (Vx_wait_for_event_timeout)) 6735 if (!FLOATP (Vx_wait_for_event_timeout))
6736 {
6737 unblock_input ();
6736 return; 6738 return;
6739 }
6737 6740
6738 /* Synchronize to ensure Emacs knows the frame is visible 6741 /* Synchronize to ensure Emacs knows the frame is visible
6739 before we do anything else. We do this loop with input not blocked 6742 before we do anything else. We do this loop with input not blocked