# HG changeset patch # User Karl Heuer # Date 802903668 0 # Node ID 33e8a9ef3cab1633e80ee6e118ec19c547c030eb # Parent e0abe30899a982e59263043334165490be88c6b0 (struct x_display): New field asked_for_visible. diff -r e0abe30899a9 -r 33e8a9ef3cab src/xterm.h --- 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. */