commit | 7c62692d430af7313d52257895cfa8298676b6f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 22:01:03 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 22:01:03 2005 +0000 |
tree | e29d1348de49aa33b8423ed2290002e39c7a0d1c | |
parent | f97ca8f0665f4604f7778ea709573d920ab83240 [diff] [blame] |
updated for version 7.0049
diff --git a/src/structs.h b/src/structs.h index ff4d2d6..8a81611 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1967,6 +1967,7 @@ #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 */