0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.0046

This commit is contained in:
Bram Moolenaar
2005-01-31 19:09:12 +00:00
parent 65c1b01669
commit b23c33872a
11 changed files with 1841 additions and 1473 deletions

View File

@@ -878,6 +878,8 @@ gui_mch_compute_menu_height(id)
XtVaSetValues(menuBar, XmNheight, gui.menu_height, NULL);
}
#ifdef FEAT_TOOLBAR
/*
* Icons used by the toolbar code.
*/
@@ -950,6 +952,7 @@ get_toolbar_pixmap(menu)
return xpm;
}
#endif /* FEAT_TOOLBAR */
void
gui_mch_add_menu_item(menu, idx)