From b5a7a8b5451c6fe8a2cc1d5d86c42d9b9a50ef98 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 6 Aug 2014 14:52:30 +0200 Subject: 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) --- src/proto/gui_w32.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/proto/gui_w32.pro') diff --git a/src/proto/gui_w32.pro b/src/proto/gui_w32.pro index a333233d7..88fbf67c6 100644 --- a/src/proto/gui_w32.pro +++ b/src/proto/gui_w32.pro @@ -1,4 +1,6 @@ /* gui_w32.c */ +int directx_enabled __ARGS((void)); +int gui_mch_set_rendering_options __ARGS((char_u *s)); void gui_mch_set_blinking __ARGS((long wait, long on, long off)); void gui_mch_stop_blink __ARGS((void)); void gui_mch_start_blink __ARGS((void)); -- cgit v1.2.3