From 1cd871b5341bf43ee99e136844e3131014880f92 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 19 Dec 2004 22:46:22 +0000 Subject: updated for version 7.0023 --- src/gui_x11.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui_x11.c') diff --git a/src/gui_x11.c b/src/gui_x11.c index 90e6fbd94..03300e453 100644 --- a/src/gui_x11.c +++ b/src/gui_x11.c @@ -1992,6 +1992,7 @@ gui_mch_get_font(name, giveErrorIfMissing) * Return the name of font "font" in allocated memory. * Don't know how to get the actual name, thus use the provided name. */ +/*ARGSUSED*/ char_u * gui_mch_get_fontname(font, name) GuiFont font; -- cgit v1.2.1