]> git.eshelyaron.com Git - emacs.git/commit
Don't wait for visible frames to become visible
authorNoam Postavsky <npostavs@gmail.com>
Thu, 29 Mar 2018 23:11:47 +0000 (19:11 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 3 Jun 2018 01:18:23 +0000 (21:18 -0400)
commite54624ab1acff582d51d1ab0398c410941f70883
treeeef49ba006fd765867cd403a15f72db1c7729012
parent4cfe5312c85130ea9ea0b379923c0ef6b190df77
Don't wait for visible frames to become visible

For discussion, see thread starting at
https://lists.gnu.org/archive/html/emacs-devel/2018-03/msg00807.html.
* src/xterm.c (x_make_frame_visible): Check FRAME_VISIBLE_P before
calling x_wait_for_event.

(cherry picked from commits 2a192e21cf3b04b7f830b4971c1508c611e13a3c
and 00c1f771f2a51ffa675ec5a07ea330f2605cd302)
src/xterm.c