0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.1-007

This commit is contained in:
Bram Moolenaar
2007-06-19 14:29:43 +00:00
parent 512e6b838a
commit e02d7b2a21
3 changed files with 27 additions and 48 deletions

View File

@@ -460,7 +460,6 @@ typedef struct Gui
WindowPtr VimWindow;
MenuHandle MacOSHelpMenu; /* Help menu provided by the MacOS */
int MacOSHelpItems; /* Nr of help-items supplied by MacOS */
int MacOSHaveCntxMenu; /* Contextual menu available */
WindowPtr wid; /* Window id of text area */
int visibility; /* Is window partially/fully obscured? */
#endif