diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-12-12 11:33:30 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-12-12 11:33:30 +0000 |
commit | d8b0cf1cc5231e19116cc3208b680a07f842bfe9 (patch) | |
tree | ef1ddd7a76427ea943296528bce82c73d5c34a1d /src/proto/gui_photon.pro | |
parent | 293ee4d421cd55f4a3c014c1c26edf02f718cc83 (diff) | |
download | vim-git-d8b0cf1cc5231e19116cc3208b680a07f842bfe9.tar.gz |
updated for version 7.0022
Diffstat (limited to 'src/proto/gui_photon.pro')
-rw-r--r-- | src/proto/gui_photon.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_photon.pro b/src/proto/gui_photon.pro index c7354a190..54a565913 100644 --- a/src/proto/gui_photon.pro +++ b/src/proto/gui_photon.pro @@ -61,6 +61,7 @@ void gui_mch_show_toolbar __ARGS((int showit)); int gui_mch_init_font __ARGS((char_u *vim_font_name, int fontset)); int gui_mch_adjust_charsize __ARGS((void)); GuiFont gui_mch_get_font __ARGS((char_u *vim_font_name, int report_error)); +char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name)); void gui_mch_set_font __ARGS((GuiFont font)); void gui_mch_free_font __ARGS((GuiFont font)); /* vim: set ft=c : */ |