summaryrefslogtreecommitdiff
path: root/src/proto/gui_w32.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/gui_w32.pro')
-rw-r--r--src/proto/gui_w32.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/gui_w32.pro b/src/proto/gui_w32.pro
index 731636d1e..5280291f5 100644
--- a/src/proto/gui_w32.pro
+++ b/src/proto/gui_w32.pro
@@ -61,7 +61,7 @@ extern int gui_is_win32s __ARGS((void));
extern void gui_mch_set_parent __ARGS((char *title));
extern void gui_mch_prepare __ARGS((int *argc, char **argv));
extern int gui_mch_init __ARGS((void));
-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_set_scrollbar_thumb __ARGS((scrollbar_T *sb, long val, long size, long max));
extern void gui_mch_set_font __ARGS((GuiFont font));
extern void gui_mch_set_fg_color __ARGS((guicolor_T color));