]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_output): New field has_been_visible.
authorRichard M. Stallman <rms@gnu.org>
Sat, 31 May 1997 07:32:47 +0000 (07:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 31 May 1997 07:32:47 +0000 (07:32 +0000)
src/xterm.h

index f28e170e0d226130b2ed82790799f1f646b2f683..19332e7e087d6c5a81d28bb8c708a010e8762dae 100644 (file)
@@ -484,6 +484,9 @@ struct x_output
   /* Nonzero means tried already to make this frame visible.  */
   char asked_for_visible;
 
+  /* Nonzero if this frame was ever previously visible.  */
+  char has_been_visible;
+
 #ifdef HAVE_X_I18N
   /* Input method. */
   XIM xim;