From 231334e6efbf3a7f89183f8257e09492534a5f8c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 25 Jul 2005 20:46:57 +0000 Subject: updated for version 7.0116 --- src/proto/gui_x11.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proto/gui_x11.pro') diff --git a/src/proto/gui_x11.pro b/src/proto/gui_x11.pro index f49f590f4..3fd4673bc 100644 --- a/src/proto/gui_x11.pro +++ b/src/proto/gui_x11.pro @@ -16,7 +16,7 @@ void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h)); int gui_mch_init_font __ARGS((char_u *font_name, int do_fontset)); GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing)); char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name)); -int gui_mch_adjust_charsize __ARGS((void)); +int gui_mch_adjust_charheight __ARGS((void)); void gui_mch_set_font __ARGS((GuiFont font)); void gui_mch_set_fontset __ARGS((GuiFontset fontset)); void gui_mch_free_font __ARGS((GuiFont font)); -- cgit v1.2.1