diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-27 20:55:21 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-27 20:55:21 +0000 |
commit | 2e2a2815e5c8274bf2e2d9b383707f1c2eee08bb (patch) | |
tree | b049ea434838eb8545fa0a0c77d4283ee355a06b /src/proto/gui_photon.pro | |
parent | 3991dab8e0a3815bd5349c1ffa88476819971c48 (diff) | |
download | vim-git-2e2a2815e5c8274bf2e2d9b383707f1c2eee08bb.tar.gz |
updated for version 7.0c01
Diffstat (limited to 'src/proto/gui_photon.pro')
-rw-r--r-- | src/proto/gui_photon.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/gui_photon.pro b/src/proto/gui_photon.pro index 0ffbaaad5..bd5f43e2f 100644 --- a/src/proto/gui_photon.pro +++ b/src/proto/gui_photon.pro @@ -11,7 +11,7 @@ extern char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *default extern int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int default_button, char_u *textfield)); 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 void gui_mch_iconify __ARGS((void)); extern void gui_mch_set_foreground __ARGS((void)); |