diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-25 21:42:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-25 21:42:15 +0000 |
commit | 623fd5e206d3e1e1f1f9cfa18656b263995a4cf2 (patch) | |
tree | 26a8bed34d6871ca30bf06e0e21f4e26d4789958 /src/gui_athena.c | |
parent | a7043832f3e825543da9c96a755fd27255c65286 (diff) | |
download | vim-git-623fd5e206d3e1e1f1f9cfa18656b263995a4cf2.tar.gz |
updated for version 7.0044
Diffstat (limited to 'src/gui_athena.c')
-rw-r--r-- | src/gui_athena.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_athena.c b/src/gui_athena.c index 7bbb6c20a..d9860017d 100644 --- a/src/gui_athena.c +++ b/src/gui_athena.c @@ -1001,7 +1001,7 @@ gui_mch_new_menu_font() Dimension height; XtVaGetValues(mp->id, - XtNheight,(XtArgVal *)&height, + XtNheight, &height, NULL); if (height < max_height) max_height = height; |