From: Bram Moolenaar Date: Tue, 25 Jan 2005 21:42:15 +0000 (+0000) Subject: updated for version 7.0044 X-Git-Tag: v7.0044~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=623fd5e206d3e1e1f1f9cfa18656b263995a4cf2;p=vim updated for version 7.0044 --- 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;