From cbef58c016fa93352a680969f9dd87ac9bac6064 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 11 Jun 1995 20:47:48 +0000 Subject: [PATCH] (struct x_display): New field asked_for_visible. --- src/xterm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xterm.h b/src/xterm.h index 4ab52d5fb8..b7eb1ccfb6 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. */ -- 2.20.1