]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-088 v7.1.088
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Aug 2007 08:35:35 +0000 (08:35 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Aug 2007 08:35:35 +0000 (08:35 +0000)
src/gui_mac.c
src/version.c

index 2d3da309490c353cb4a2b2777a51e8c7f3e52eb0..9205e33d45c344bded373f7c089601c844fea613 100644 (file)
@@ -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 */
index 100913e3ffa5c638c4be04289a7426b441e21f35..f006e424a97d6f287dc5fe72b68df13688275519 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    88,
 /**/
     87,
 /**/