diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-03 22:08:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-03 22:08:05 +0200 |
commit | 7c1c6dbb6817640fd3956a0d5417da23fde336d8 (patch) | |
tree | 91ff75d4e867032fb58473b55021964b751cbadb /src/proto/os_mswin.pro | |
parent | 3dda7db4e1f7c4a8110a1f83001ec36b46693d27 (diff) | |
download | vim-7c1c6dbb6817640fd3956a0d5417da23fde336d8.zip |
patch 7.4.1705
Problem: The 'guifont' option does not allow for a quality setting.
Solution: Add the "q" item, supported on MS-Windows. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/proto/os_mswin.pro')
-rw-r--r-- | src/proto/os_mswin.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/os_mswin.pro b/src/proto/os_mswin.pro index 333ba76c5..fb2da9371 100644 --- a/src/proto/os_mswin.pro +++ b/src/proto/os_mswin.pro @@ -49,6 +49,7 @@ void serverForeground(char_u *name); char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait); void serverProcessPendingMessages(void); char *charset_id2name(int id); +char *quality_id2name __ARGS((DWORD id)); int get_logfont(LOGFONT *lf, char_u *name, HDC printer_dc, int verbose); void channel_init_winsock(void); /* vim: set ft=c : */ |