summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_x11.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-25 20:46:57 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-25 20:46:57 +0000
commit231334e6efbf3a7f89183f8257e09492534a5f8c (patch)
treeb28b269502f6374b49f3fed5814c746f2edd3517 /src/proto/gui_x11.pro
parent027436338b4b3e746ae5087b8a01c7404619d97b (diff)
updated for version 7.0116v7.0116
Diffstat (limited to 'src/proto/gui_x11.pro')
-rw-r--r--src/proto/gui_x11.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/gui_x11.pro b/src/proto/gui_x11.pro
index f49f590f4c..3fd4673bc5 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));