comparison src/proto/gui_w32.pro @ 12934:2ebc3df65ca2 v8.0.1343

patch 8.0.1343: MS-Windows: does not show colored emojis commit https://github.com/vim/vim/commit/d7ccc4d81dbcfa3ac0352bacea6e294fc9e33fda Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 26 14:29:32 2017 +0100 patch 8.0.1343: MS-Windows: does not show colored emojis Problem: MS-Windows: does not show colored emojis. Solution: Implement colored emojis. Improve drawing speed. Make 'taamode' work. (Taro Muraoka, Yasuhiro Matsumoto, Ken Takata, close #2375)
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Nov 2017 14:30:04 +0100
parents 5a5709918a98
children f4c3a7f410f4
comparison
equal deleted inserted replaced
12933:9eeaf892510c 12934:2ebc3df65ca2
1 /* gui_w32.c */ 1 /* gui_w32.c */
2 int directx_enabled(void);
3 int gui_mch_set_rendering_options(char_u *s); 2 int gui_mch_set_rendering_options(char_u *s);
4 int gui_mch_is_blinking(void); 3 int gui_mch_is_blinking(void);
5 int gui_mch_is_blink_off(void); 4 int gui_mch_is_blink_off(void);
6 void gui_mch_set_blinking(long wait, long on, long off); 5 void gui_mch_set_blinking(long wait, long on, long off);
7 void gui_mch_stop_blink(void); 6 void gui_mch_stop_blink(void);