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/gui_riscos.c | |
parent | 3991dab8e0a3815bd5349c1ffa88476819971c48 (diff) | |
download | vim-2e2a2815e5c8274bf2e2d9b383707f1c2eee08bb.zip |
updated for version 7.0c01
Diffstat (limited to 'src/gui_riscos.c')
-rw-r--r-- | src/gui_riscos.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui_riscos.c b/src/gui_riscos.c index a5d54bd3b..59d2272e8 100644 --- a/src/gui_riscos.c +++ b/src/gui_riscos.c @@ -692,13 +692,14 @@ gui_mch_set_winpos(int x, int y) } void -gui_mch_set_shellsize(width, height, min_width, min_height, base_width, base_height) +gui_mch_set_shellsize(width, height, min_width, min_height, base_width, base_height, direction) int width; /* In OS units */ int height; int min_width; /* Smallest permissable window size (ignored) */ int min_height; int base_width; /* Space for scroll bars, etc */ int base_height; + int direction; { int s_width, s_height; int block[] = { |