From: Karl Heuer Date: Sun, 11 Jun 1995 20:47:48 +0000 (+0000) Subject: (struct x_display): New field asked_for_visible. X-Git-Tag: emacs-19.34~3668 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cbef58c016fa93352a680969f9dd87ac9bac6064;p=emacs.git (struct x_display): New field asked_for_visible. --- diff --git a/src/xterm.h b/src/xterm.h index 4ab52d5fb88..b7eb1ccfb6f 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -475,6 +475,9 @@ struct x_display /* 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. */