1
0
forked from aniani/vim

updated for version 7.1-088

This commit is contained in:
Bram Moolenaar
2007-08-30 08:35:35 +00:00
parent d2ac984a1e
commit 14d0e7976d
2 changed files with 4 additions and 2 deletions

View File

@@ -3149,7 +3149,7 @@ gui_mch_set_winpos(int x, int y)
/* TODO: Should make sure the window is move within range /* TODO: Should make sure the window is move within range
* e.g.: y > ~16 [Menu bar], x > 0, x < screen width * e.g.: y > ~16 [Menu bar], x > 0, x < screen width
*/ */
MoveWindow(gui.VimWindow, x, y, TRUE); MoveWindowStructure(gui.VimWindow, x, y, TRUE);
} }
void void
@@ -5556,7 +5556,7 @@ gui_mch_dialog(
* SetDialogTracksCursor() : Get the I-beam cursor over input box * SetDialogTracksCursor() : Get the I-beam cursor over input box
* MoveDialogItem(): Probably better than SetDialogItem * MoveDialogItem(): Probably better than SetDialogItem
* SizeDialogItem(): (but is it Carbon Only?) * 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 */ #endif /* FEAT_DIALOG_GUI */

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
88,
/**/ /**/
87, 87,
/**/ /**/