changeset 1652:93497cd89204

* frame.c (make_frame): Initialize async_visible and async_iconified properly.
author Jim Blandy <jimb@redhat.com>
date Sun, 06 Dec 1992 22:16:57 +0000
parents ef09501a0a9b
children fd573317f468
files src/frame.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Sun Dec 06 22:16:26 1992 +0000
+++ b/src/frame.c	Sun Dec 06 22:16:57 1992 +0000
@@ -146,8 +146,10 @@
   f->current_glyphs = 0;
   f->desired_glyphs = 0;
   f->visible = 0;
+  f->async_visible = 0;
   f->display.nothing = 0;
   f->iconified = 0;
+  f->async_iconified = 0;
   f->wants_modeline = 1;
   f->auto_raise = 0;
   f->auto_lower = 0;