diff src/gui_mac.c @ 1373:88c68e59d39c v7.1.088

updated for version 7.1-088
author vimboss
date Thu, 30 Aug 2007 08:35:35 +0000
parents 66e40876590b
children e2f5c1597829
line wrap: on
line diff
--- 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 */