diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-07 22:01:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-07 22:01:03 +0000 |
commit | 7c62692d430af7313d52257895cfa8298676b6f6 (patch) | |
tree | e29d1348de49aa33b8423ed2290002e39c7a0d1c /src/structs.h | |
parent | f97ca8f0665f4604f7778ea709573d920ab83240 (diff) | |
download | vim-git-7c62692d430af7313d52257895cfa8298676b6f6.tar.gz |
updated for version 7.0049
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index ff4d2d64e..8a81611c2 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1967,6 +1967,7 @@ struct VimMenu #ifdef FEAT_GUI_MOTIF int sensitive; /* turn button on/off */ char **xpm; /* pixmap data */ + char *xpm_fname; /* file with pixmap data */ #endif #ifdef FEAT_GUI_ATHENA Pixmap image; /* Toolbar image */ |