Mercurial > emacs
diff src/xterm.h @ 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 | 8b548b634c94 |
children | 81d9cb6268b8 |
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. */