summaryrefslogtreecommitdiffstats
path: root/src/gui_motif.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-31 19:09:12 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-31 19:09:12 +0000
commitb23c33872aa46de39bdc2cd2cbded697afa6ad08 (patch)
tree5ea25ecb55e8227f7e45c4982b1b7adf323d1f58 /src/gui_motif.c
parent65c1b0166982f95d78106c3f0a3fac48424ba87d (diff)
updated for version 7.0046
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r--src/gui_motif.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c
index 364c020be2..acb9d81faa 100644
--- a/src/gui_motif.c
+++ b/src/gui_motif.c
@@ -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)