diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-12-29 20:58:21 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-12-29 20:58:21 +0000 |
commit | 81695250ef1bbc02016078044ac268129a33f333 (patch) | |
tree | c31ec7182b5b06ffeb5a14b79701127eaa5c0dc8 /src/proto/gui_kde_x11.pro | |
parent | 86b68359978c933419279e599d0a8cf536095d77 (diff) | |
download | vim-81695250ef1bbc02016078044ac268129a33f333.zip |
updated for version 7.0026
Diffstat (limited to 'src/proto/gui_kde_x11.pro')
-rw-r--r-- | src/proto/gui_kde_x11.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_kde_x11.pro b/src/proto/gui_kde_x11.pro index c4eb5b0e8..cae8208fa 100644 --- a/src/proto/gui_kde_x11.pro +++ b/src/proto/gui_kde_x11.pro @@ -18,6 +18,7 @@ int gui_mch_adjust_charsize __ARGS((void)); GuiFontset gui_mch_get_fontset __ARGS((char_u *name, int report_error, int fixed_width)); int gui_mch_init_font __ARGS((char_u *font_name, int fontset)); GuiFont gui_mch_get_font __ARGS((char_u *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_set_fontset __ARGS((GuiFontset fontset)); void gui_mch_free_font __ARGS((GuiFont font)); |