]> granicus.if.org Git - vim/commitdiff
updated for version 7.0044
authorBram Moolenaar <Bram@vim.org>
Tue, 25 Jan 2005 21:42:15 +0000 (21:42 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 25 Jan 2005 21:42:15 +0000 (21:42 +0000)
src/gui_athena.c

index 7bbb6c20af6ce47bca543fbdfc443e169b0d2c28..d9860017dd3aeda0ab3339daf6750380bdf918e3 100644 (file)
@@ -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;