diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-25 20:42:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-25 20:42:36 +0000 |
commit | 027436338b4b3e746ae5087b8a01c7404619d97b (patch) | |
tree | bd958bdd54dfad7073d368c34fc8cdcf863df9af /src/proto/gui_photon.pro | |
parent | c013cb66a6f2403e90a43203e4059b4bb531a8e8 (diff) | |
download | vim-027436338b4b3e746ae5087b8a01c7404619d97b.zip |
updated for version 7.0116
Diffstat (limited to 'src/proto/gui_photon.pro')
-rw-r--r-- | src/proto/gui_photon.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/gui_photon.pro b/src/proto/gui_photon.pro index f6bb50e1e..098cdc72b 100644 --- a/src/proto/gui_photon.pro +++ b/src/proto/gui_photon.pro @@ -59,7 +59,7 @@ void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu)); void gui_mch_toggle_tearoffs __ARGS((int enable)); 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)); +int gui_mch_adjust_charheight __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)); |