comparison src/frame.c @ 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 ceaecac6bf2e
children ea9f3949f153
comparison
equal deleted inserted replaced
1651:ef09501a0a9b 1652:93497cd89204
144 f->cursor_x = 0; 144 f->cursor_x = 0;
145 f->cursor_y = 0; 145 f->cursor_y = 0;
146 f->current_glyphs = 0; 146 f->current_glyphs = 0;
147 f->desired_glyphs = 0; 147 f->desired_glyphs = 0;
148 f->visible = 0; 148 f->visible = 0;
149 f->async_visible = 0;
149 f->display.nothing = 0; 150 f->display.nothing = 0;
150 f->iconified = 0; 151 f->iconified = 0;
152 f->async_iconified = 0;
151 f->wants_modeline = 1; 153 f->wants_modeline = 1;
152 f->auto_raise = 0; 154 f->auto_raise = 0;
153 f->auto_lower = 0; 155 f->auto_lower = 0;
154 f->no_split = 0; 156 f->no_split = 0;
155 f->garbaged = 0; 157 f->garbaged = 0;