From 14d0e7976d286f17c8eeb0176f5259d651a59e44 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 30 Aug 2007 08:35:35 +0000 Subject: [PATCH] updated for version 7.1-088 --- src/gui_mac.c | 4 ++-- src/version.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gui_mac.c b/src/gui_mac.c index 2d3da3094..9205e33d4 100644 --- a/src/gui_mac.c +++ b/src/gui_mac.c @@ -3149,7 +3149,7 @@ gui_mch_set_winpos(int x, int y) /* TODO: Should make sure the window is move within range * e.g.: y > ~16 [Menu bar], x > 0, x < screen width */ - MoveWindow(gui.VimWindow, x, y, TRUE); + MoveWindowStructure(gui.VimWindow, x, y, TRUE); } void @@ -5556,7 +5556,7 @@ gui_mch_dialog( * SetDialogTracksCursor() : Get the I-beam cursor over input box * MoveDialogItem(): Probably better than SetDialogItem * SizeDialogItem(): (but is it Carbon Only?) - * AutoSizeDialog(): Magic resize of dialog based on text lenght + * AutoSizeDialog(): Magic resize of dialog based on text length */ } #endif /* FEAT_DIALOG_GUI */ diff --git a/src/version.c b/src/version.c index 100913e3f..f006e424a 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 88, /**/ 87, /**/ -- 2.50.1