diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-27 21:03:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-27 21:03:26 +0000 |
commit | 04a9d4555ac38c1f8e7183354991cf54ab4b1d0a (patch) | |
tree | 94e64466a1369b992e8619481b277a083662b01b /src/gui_x11.c | |
parent | 3964b7ea08b139dec4b35f766ca80198e20c0219 (diff) | |
download | vim-git-04a9d4555ac38c1f8e7183354991cf54ab4b1d0a.tar.gz |
updated for version 7.0c01v7.0c01
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r-- | src/gui_x11.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c index 3176b9d84..706291bbd 100644 --- a/src/gui_x11.c +++ b/src/gui_x11.c @@ -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(), |