diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-08-30 08:35:35 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-08-30 08:35:35 +0000 |
commit | 14d0e7976d286f17c8eeb0176f5259d651a59e44 (patch) | |
tree | 344fdbb0667c2d7eb7073090e09806b9d1fae2fd /src/gui_mac.c | |
parent | d2ac984a1eab9496924282244224bdb79e41c046 (diff) | |
download | vim-git-14d0e7976d286f17c8eeb0176f5259d651a59e44.tar.gz |
updated for version 7.1-088v7.1.088
Diffstat (limited to 'src/gui_mac.c')
-rw-r--r-- | src/gui_mac.c | 4 |
1 files changed, 2 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 */ |