summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_x11.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-27 21:03:26 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-27 21:03:26 +0000
commit04a9d4555ac38c1f8e7183354991cf54ab4b1d0a (patch)
tree94e64466a1369b992e8619481b277a083662b01b /src/proto/gui_x11.pro
parent3964b7ea08b139dec4b35f766ca80198e20c0219 (diff)
updated for version 7.0c01v7.0c01
Diffstat (limited to 'src/proto/gui_x11.pro')
-rw-r--r--src/proto/gui_x11.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/gui_x11.pro b/src/proto/gui_x11.pro
index 66f192a411..f8abb070f1 100644
--- a/src/proto/gui_x11.pro
+++ b/src/proto/gui_x11.pro
@@ -11,7 +11,7 @@ extern void gui_init_menu_font __ARGS((void));
extern void gui_mch_exit __ARGS((int rc));
extern int gui_mch_get_winpos __ARGS((int *x, int *y));
extern void gui_mch_set_winpos __ARGS((int x, int y));
-extern void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height));
+extern void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction));
extern void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
extern int gui_mch_init_font __ARGS((char_u *font_name, int do_fontset));
extern GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));