0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0-215

This commit is contained in:
Bram Moolenaar
2007-03-08 19:34:12 +00:00
parent 552f8a1140
commit 48c2c9a19a
2 changed files with 4 additions and 4 deletions

View File

@@ -2800,9 +2800,6 @@ gui_mch_prepare(int *argc, char **argv)
# endif # endif
#endif #endif
/* Why did I put that in? (Dany) */
MoreMasterPointers (0x40 * 3); /* we love handles */
#if 0 #if 0
InitCursor(); InitCursor();
@@ -4966,6 +4963,7 @@ gui_mch_set_scrollbar_thumb(
SetControl32BitMaximum (sb->id, max); SetControl32BitMaximum (sb->id, max);
SetControl32BitMinimum (sb->id, 0); SetControl32BitMinimum (sb->id, 0);
SetControl32BitValue (sb->id, val); SetControl32BitValue (sb->id, val);
SetControlViewSize (sb->id, size);
#ifdef DEBUG_MAC_SB #ifdef DEBUG_MAC_SB
printf("thumb_sb (%x) %x, %x,%x\n",sb->id, val, size, max); printf("thumb_sb (%x) %x, %x,%x\n",sb->id, val, size, max);
#endif #endif
@@ -5727,7 +5725,7 @@ gui_mch_show_popupmenu(vimmenu_T *menu)
/* TODO: Get the text selection from Vim */ /* TODO: Get the text selection from Vim */
/* Call to Handle Popup */ /* Call to Handle Popup */
status = ContextualMenuSelect(CntxMenu, where, false, kCMHelpItemNoHelp, status = ContextualMenuSelect(CntxMenu, where, false, kCMHelpItemRemoveHelp,
HelpName, NULL, &CntxType, &CntxMenuID, &CntxMenuItem); HelpName, NULL, &CntxType, &CntxMenuID, &CntxMenuItem);
if (status == noErr) if (status == noErr)

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
215,
/**/ /**/
214, 214,
/**/ /**/