* src/xterm.c (x_make_frame_visible): Fix typo in previous change.

This commit is contained in:
Noam Postavsky 2018-03-29 19:17:34 -04:00
parent 2a192e21cf
commit 00c1f771f2

View file

@ -11551,7 +11551,7 @@ x_make_frame_visible (struct frame *f)
poll_for_input_1 ();
poll_suppress_count = old_poll_suppress_count;
#endif
if (FRAME_VISIBLE_P (f))
if (! FRAME_VISIBLE_P (f))
x_wait_for_event (f, MapNotify);
}
}