diff options
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[] = { |