projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a192e2
)
* src/xterm.c (x_make_frame_visible): Fix typo in previous change.
author
Noam Postavsky
<npostavs@gmail.com>
Thu, 29 Mar 2018 23:17:34 +0000
(19:17 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Thu, 29 Mar 2018 23:17:34 +0000
(19:17 -0400)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index f8ac23e53b92aa78f9be72a957df2deb9f4d2b8f..6ab4a03002d7184497f9bc4b2eb467e6b91336c0 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-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);
}
}