summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-08-30 08:35:35 +0000
committerBram Moolenaar <Bram@vim.org>2007-08-30 08:35:35 +0000
commit14d0e7976d286f17c8eeb0176f5259d651a59e44 (patch)
tree344fdbb0667c2d7eb7073090e09806b9d1fae2fd
parentd2ac984a1eab9496924282244224bdb79e41c046 (diff)
updated for version 7.1-088v7.1.088
-rw-r--r--src/gui_mac.c4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c
index 2d3da30949..9205e33d45 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 100913e3ff..f006e424a9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 88,
+/**/
87,
/**/
86,