comparison src/gui.h @ 1292:66e40876590b v7.1.007

updated for version 7.1-007
author vimboss
date Tue, 19 Jun 2007 14:29:43 +0000
parents 3acf7c922a04
children 73fe8baea242
comparison
equal deleted inserted replaced
1291:f12d38ee49de 1292:66e40876590b
458 458
459 #ifdef FEAT_GUI_MAC 459 #ifdef FEAT_GUI_MAC
460 WindowPtr VimWindow; 460 WindowPtr VimWindow;
461 MenuHandle MacOSHelpMenu; /* Help menu provided by the MacOS */ 461 MenuHandle MacOSHelpMenu; /* Help menu provided by the MacOS */
462 int MacOSHelpItems; /* Nr of help-items supplied by MacOS */ 462 int MacOSHelpItems; /* Nr of help-items supplied by MacOS */
463 int MacOSHaveCntxMenu; /* Contextual menu available */
464 WindowPtr wid; /* Window id of text area */ 463 WindowPtr wid; /* Window id of text area */
465 int visibility; /* Is window partially/fully obscured? */ 464 int visibility; /* Is window partially/fully obscured? */
466 #endif 465 #endif
467 466
468 #ifdef RISCOS 467 #ifdef RISCOS