comparison src/gui.c @ 4055:0de969850c06 v7.3.782

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)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Jan 2013 18:37:40 +0100
parents 29f29e86602e
children 787df0fc6539
comparison
equal deleted inserted replaced
4054:806eb14f383c 4055:0de969850c06
1000 gui_mch_free_font(font); 1000 gui_mch_free_font(font);
1001 } 1001 }
1002 else 1002 else
1003 #endif 1003 #endif
1004 gui.wide_font = font; 1004 gui.wide_font = font;
1005 #ifdef FEAT_GUI_MSWIN
1006 gui_mch_wide_font_changed();
1007 #endif
1005 return OK; 1008 return OK;
1006 } 1009 }
1007 #endif 1010 #endif
1008 1011
1009 void 1012 void