commit | b23c33872aa46de39bdc2cd2cbded697afa6ad08 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 19:09:12 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 19:09:12 2005 +0000 |
tree | 5ea25ecb55e8227f7e45c4982b1b7adf323d1f58 | |
parent | 65c1b0166982f95d78106c3f0a3fac48424ba87d [diff] [blame] |
updated for version 7.0046
diff --git a/src/gui_motif.c b/src/gui_motif.c index 364c020..acb9d81 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c
@@ -878,6 +878,8 @@ XtVaSetValues(menuBar, XmNheight, gui.menu_height, NULL); } +#ifdef FEAT_TOOLBAR + /* * Icons used by the toolbar code. */ @@ -950,6 +952,7 @@ return xpm; } +#endif /* FEAT_TOOLBAR */ void gui_mch_add_menu_item(menu, idx)