comparison src/proto/gui_w32.pro @ 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 951641b8784d
children f063be86b632
comparison
equal deleted inserted replaced
4054:806eb14f383c 4055:0de969850c06
48 void gui_mch_flash __ARGS((int msec)); 48 void gui_mch_flash __ARGS((int msec));
49 void gui_mch_delete_lines __ARGS((int row, int num_lines)); 49 void gui_mch_delete_lines __ARGS((int row, int num_lines));
50 void gui_mch_insert_lines __ARGS((int row, int num_lines)); 50 void gui_mch_insert_lines __ARGS((int row, int num_lines));
51 void gui_mch_exit __ARGS((int rc)); 51 void gui_mch_exit __ARGS((int rc));
52 int gui_mch_init_font __ARGS((char_u *font_name, int fontset)); 52 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
53 void gui_mch_wide_font_changed __ARGS((void));
53 int gui_mch_maximized __ARGS((void)); 54 int gui_mch_maximized __ARGS((void));
54 void gui_mch_newfont __ARGS((void)); 55 void gui_mch_newfont __ARGS((void));
55 void gui_mch_settitle __ARGS((char_u *title, char_u *icon)); 56 void gui_mch_settitle __ARGS((char_u *title, char_u *icon));
56 void mch_set_mouse_shape __ARGS((int shape)); 57 void mch_set_mouse_shape __ARGS((int shape));
57 char_u *gui_mch_browsedir __ARGS((char_u *title, char_u *initdir)); 58 char_u *gui_mch_browsedir __ARGS((char_u *title, char_u *initdir));