summaryrefslogtreecommitdiffstats
path: root/src/gui_mac.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-03-08 19:34:12 +0000
committerBram Moolenaar <Bram@vim.org>2007-03-08 19:34:12 +0000
commit48c2c9a19a1f2703c500c6dc8c8250dbf6c0acc9 (patch)
treea9e72a724d92b730fdab09d87f1b74e790be6159 /src/gui_mac.c
parent552f8a1140a69491259cd8e4b7f1273be176c48f (diff)
updated for version 7.0-215v7.0.215
Diffstat (limited to 'src/gui_mac.c')
-rw-r--r--src/gui_mac.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c
index 33b985053b..6114d7900c 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -2800,9 +2800,6 @@ gui_mch_prepare(int *argc, char **argv)
# endif
#endif
- /* Why did I put that in? (Dany) */
- MoreMasterPointers (0x40 * 3); /* we love handles */
-
#if 0
InitCursor();
@@ -4966,6 +4963,7 @@ gui_mch_set_scrollbar_thumb(
SetControl32BitMaximum (sb->id, max);
SetControl32BitMinimum (sb->id, 0);
SetControl32BitValue (sb->id, val);
+ SetControlViewSize (sb->id, size);
#ifdef DEBUG_MAC_SB
printf("thumb_sb (%x) %x, %x,%x\n",sb->id, val, size, max);
#endif
@@ -5727,7 +5725,7 @@ gui_mch_show_popupmenu(vimmenu_T *menu)
/* TODO: Get the text selection from Vim */
/* Call to Handle Popup */
- status = ContextualMenuSelect(CntxMenu, where, false, kCMHelpItemNoHelp,
+ status = ContextualMenuSelect(CntxMenu, where, false, kCMHelpItemRemoveHelp,
HelpName, NULL, &CntxType, &CntxMenuID, &CntxMenuItem);
if (status == noErr)