updated for version 7.1-088
diff --git a/src/gui_mac.c b/src/gui_mac.c
index 2d3da30..9205e33 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -3149,7 +3149,7 @@
     /* 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 @@
  * 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 100913e..f006e42 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    88,
+/**/
     87,
 /**/
     86,