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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user