(w32_menu_show): Sync with xmenu_show in xmenu.c.
(digest_single_submenu): Remove.
(syms_of_w32menu): Don't initialise variables that have moved
to menu.c.
+ (set_frame_menubar): Sync with version in xmenu.c.
+ (w32_menu_show): Sync with xmenu_show in xmenu.c.
* menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
Make static again.
wv_title->name = (char *) SDATA (title);
wv_title->enabled = TRUE;
wv_title->button_type = BUTTON_TYPE_NONE;
- wv_title->next = wv_sep1;
wv_title->help = Qnil;
+ wv_title->next = wv_sep1;
first_wv->contents = wv_title;
}