aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index f8ac23e53b9..6ab4a03002d 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -11551,7 +11551,7 @@ x_make_frame_visible (struct frame *f)
11551 poll_for_input_1 (); 11551 poll_for_input_1 ();
11552 poll_suppress_count = old_poll_suppress_count; 11552 poll_suppress_count = old_poll_suppress_count;
11553#endif 11553#endif
11554 if (FRAME_VISIBLE_P (f)) 11554 if (! FRAME_VISIBLE_P (f))
11555 x_wait_for_event (f, MapNotify); 11555 x_wait_for_event (f, MapNotify);
11556 } 11556 }
11557} 11557}