aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index f36d9b640de..5ffb04c843a 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -146,8 +146,10 @@ make_frame (mini_p)
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;