1
0
forked from aniani/vim

updated for version 7.0c01

This commit is contained in:
Bram Moolenaar
2006-03-27 21:03:26 +00:00
parent 3964b7ea08
commit 04a9d4555a
6 changed files with 24 additions and 6 deletions

View File

@@ -1788,15 +1788,17 @@ gui_mch_set_winpos(x, y)
NULL);
}
/*ARGSUSED*/
void
gui_mch_set_shellsize(width, height, min_width, min_height,
base_width, base_height)
base_width, base_height, direction)
int width;
int height;
int min_width;
int min_height;
int base_width;
int base_height;
int direction;
{
#ifdef FEAT_XIM
height += xim_get_status_area_height(),