Don't wait for frame to become visible
commit6a788d2fc18c23dcfc5d0352649b2f690e9cbff7
authorNoam Postavsky <npostavs@gmail.com>
Sat, 14 Jan 2017 00:47:22 +0000 (13 19:47 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 21 Jan 2017 04:36:26 +0000 (20 23:36 -0500)
tree25f37dfc5979a35534f5046bdc5ada929037d866
parente5e42cefd7f2eb47d2c8660a7a317e8b08d36a82
Don't wait for frame to become visible

* src/xterm.c (x_make_frame_visible): Remove code that waits for the
frame to become visible.  We have to deal with invisible frames anyway,
the loop could sometimes before the frame turned visible, and for some
window managers (e.g., XMonad, i3wm) it caused Emacs to get stuck in a
busy loop (Bug#24091).
src/xterm.c