Mercurial > emacs
changeset 12191:33e8a9ef3cab
(struct x_display): New field asked_for_visible.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 11 Jun 1995 20:47:48 +0000 |
parents | e0abe30899a9 |
children | 1b571a7992b0 |
files | src/xterm.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Sun Jun 11 20:27:39 1995 +0000 +++ b/src/xterm.h Sun Jun 11 20:47:48 1995 +0000 @@ -475,6 +475,9 @@ /* Nonzero means our parent is another application's window and was explicitly specified. */ char explicit_parent; + + /* Nonzero means tried already to make this frame visible. */ + char asked_for_visible; }; /* Get at the computed faces of an X window frame. */