summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_x11.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-12-12 11:37:09 +0000
committerBram Moolenaar <Bram@vim.org>2004-12-12 11:37:09 +0000
commit46c9c73de8def79baf8f0a34a12549f6c14944f3 (patch)
tree8a88c07c5a43bea782eb1afa74b73d3e9feb6e76 /src/proto/gui_x11.pro
parentd8b0cf1cc5231e19116cc3208b680a07f842bfe9 (diff)
updated for version 7.0022v7.0022
Diffstat (limited to 'src/proto/gui_x11.pro')
-rw-r--r--src/proto/gui_x11.pro1
1 files changed, 1 insertions, 0 deletions
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));