comparison src/proto/gui_w32.pro @ 6110:1bff71d20262 v7.4.393

updated for version 7.4.393 Problem: Text drawing on newer MS-Windows systems is suboptimal. Some multi-byte characters are not displayed, even though the same font in Notepad can display them. (Srinath Avadhanula) Solution: Add the 'renderoptions' option to enable Direct-X drawing. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Aug 2014 14:52:30 +0200
parents f063be86b632
children 21b0a39d13ed
comparison
equal deleted inserted replaced
6109:e21d20c8500f 6110:1bff71d20262
1 /* gui_w32.c */ 1 /* gui_w32.c */
2 int directx_enabled __ARGS((void));
3 int gui_mch_set_rendering_options __ARGS((char_u *s));
2 void gui_mch_set_blinking __ARGS((long wait, long on, long off)); 4 void gui_mch_set_blinking __ARGS((long wait, long on, long off));
3 void gui_mch_stop_blink __ARGS((void)); 5 void gui_mch_stop_blink __ARGS((void));
4 void gui_mch_start_blink __ARGS((void)); 6 void gui_mch_start_blink __ARGS((void));
5 LRESULT WINAPI vim_WindowProc __ARGS((HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)); 7 LRESULT WINAPI vim_WindowProc __ARGS((HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam));
6 void gui_mch_new_colors __ARGS((void)); 8 void gui_mch_new_colors __ARGS((void));