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_athena.c | |
parent | 3991dab8e0a3815bd5349c1ffa88476819971c48 (diff) | |
download | vim-git-2e2a2815e5c8274bf2e2d9b383707f1c2eee08bb.tar.gz |
updated for version 7.0c01
Diffstat (limited to 'src/gui_athena.c')
-rw-r--r-- | src/gui_athena.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_athena.c b/src/gui_athena.c index 9507e783a..df1367f83 100644 --- a/src/gui_athena.c +++ b/src/gui_athena.c @@ -1041,7 +1041,7 @@ gui_mch_new_menu_font() #endif ); } - gui_set_shellsize(FALSE, TRUE); + gui_set_shellsize(FALSE, TRUE, RESIZE_VERT); ui_new_shellsize(); if (oldpuller != None) XFreePixmap(gui.dpy, oldpuller); @@ -1418,7 +1418,7 @@ gui_mch_show_toolbar(int showit) XtUnmanageChild(toolBar); } - gui_set_shellsize(FALSE, FALSE); + gui_set_shellsize(FALSE, FALSE, RESIZE_VERT); } |