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 eaab6d11ba7..51a7585b807 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -168,6 +168,8 @@ make_frame (mini_p)
168 f->condemned_scroll_bars = Qnil; 168 f->condemned_scroll_bars = Qnil;
169 f->face_alist = Qnil; 169 f->face_alist = Qnil;
170 f->menu_bar_items = Qnil; 170 f->menu_bar_items = Qnil;
171 f->menu_bar_vector = Qnil;
172 f->menu_bar_items_used = 0;
171 173
172 root_window = make_window (); 174 root_window = make_window ();
173 if (mini_p) 175 if (mini_p)