diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-01-23 18:37:40 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-01-23 18:37:40 +0100 |
commit | 0f2721223e5b97ac250d729b2359471241a3ab7d (patch) | |
tree | 0355c81415f413a46efac2f65f6aecb3a68aa2cf /src/proto/gui_w32.pro | |
parent | 459339662566bcf5ae9892c7dabb9518e7f70f83 (diff) | |
download | vim-0f2721223e5b97ac250d729b2359471241a3ab7d.zip |
updated for version 7.3.782
Problem: Windows: IME composition may use a wrong font.
Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)
Diffstat (limited to 'src/proto/gui_w32.pro')
-rw-r--r-- | src/proto/gui_w32.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_w32.pro b/src/proto/gui_w32.pro index 49690b03e..405dd2859 100644 --- a/src/proto/gui_w32.pro +++ b/src/proto/gui_w32.pro @@ -50,6 +50,7 @@ void gui_mch_delete_lines __ARGS((int row, int num_lines)); void gui_mch_insert_lines __ARGS((int row, int num_lines)); void gui_mch_exit __ARGS((int rc)); int gui_mch_init_font __ARGS((char_u *font_name, int fontset)); +void gui_mch_wide_font_changed __ARGS((void)); int gui_mch_maximized __ARGS((void)); void gui_mch_newfont __ARGS((void)); void gui_mch_settitle __ARGS((char_u *title, char_u *icon)); |