From 46c9c73de8def79baf8f0a34a12549f6c14944f3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 12 Dec 2004 11:37:09 +0000 Subject: updated for version 7.0022 --- src/proto/gui_x11.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proto/gui_x11.pro') diff --git a/src/proto/gui_x11.pro b/src/proto/gui_x11.pro index 6524c265de..035c27f95e 100644 --- a/src/proto/gui_x11.pro +++ b/src/proto/gui_x11.pro @@ -15,6 +15,7 @@ void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min 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)); void gui_mch_set_font __ARGS((GuiFont font)); void gui_mch_set_fontset __ARGS((GuiFontset fontset)); -- cgit v1.2.3