mirror of
https://github.com/vim/vim.git
synced 2025-10-16 07:24:23 -04:00
updated for version 7.0c01
This commit is contained in:
@@ -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[] = {
|
||||
|
Reference in New Issue
Block a user