1
0
forked from aniani/vim

updated for version 7.0028

This commit is contained in:
Bram Moolenaar
2005-01-02 11:36:03 +00:00
parent b78b0b095e
commit ec2dad6329
4 changed files with 97 additions and 5 deletions

View File

@@ -1810,13 +1810,11 @@ struct VimMenu
#endif
#ifdef FEAT_GUI_MOTIF
int sensitive; /* turn button on/off */
char **xpm; /* pixmap data */
#endif
#if defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MOTIF)
#ifdef FEAT_GUI_ATHENA
Pixmap image; /* Toolbar image */
#endif
#ifdef FEAT_GUI_MOTIF
Pixmap image_ins; /* Toolbar image insensitive */
#endif
#ifdef FEAT_BEVAL_TIP
BalloonEval *tip; /* tooltip for this menu item */
#endif