aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-06-11 20:47:48 +0000
committerKarl Heuer1995-06-11 20:47:48 +0000
commitcbef58c016fa93352a680969f9dd87ac9bac6064 (patch)
tree3c150905902e4e8b0fe758a00c4a4e291de2ef77 /src
parent5031cc1076ab730893e918c002cb60e71c8511f2 (diff)
downloademacs-cbef58c016fa93352a680969f9dd87ac9bac6064.tar.gz
emacs-cbef58c016fa93352a680969f9dd87ac9bac6064.zip
(struct x_display): New field asked_for_visible.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h3
1 files changed, 3 insertions, 0 deletions
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
475 /* Nonzero means our parent is another application's window 475 /* Nonzero means our parent is another application's window
476 and was explicitly specified. */ 476 and was explicitly specified. */
477 char explicit_parent; 477 char explicit_parent;
478
479 /* Nonzero means tried already to make this frame visible. */
480 char asked_for_visible;
478}; 481};
479 482
480/* Get at the computed faces of an X window frame. */ 483/* Get at the computed faces of an X window frame. */