diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-24 22:09:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-24 22:09:56 +0000 |
commit | 5bcb2eba3dd76390a0ceed33f2e69dbf8519be50 (patch) | |
tree | 45e8d5773e5cc966b6c264b17a19861b95550026 | |
parent | 6de6853ce389e34ee175884bf9f193b33a0e60c8 (diff) | |
download | vim-git-5bcb2eba3dd76390a0ceed33f2e69dbf8519be50.tar.gz |
updated for version 7.0136
-rw-r--r-- | src/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2248,7 +2248,7 @@ gui_outstr_nowrap(s, len, flags, fg, bg, back) /* Draw a composing char on top of the previous char. */ if (comping) { -# if !defined(__APPLE_CC__) && !defined(__MRC__) && !defined(TARGET_API_MAC_CARBON) +# if !defined(__APPLE_CC__) && !defined(__MRC__) && !defined(TARGET_API_MAC_CARBON) && !defined(FEAT_GUI_W32) gui_mch_draw_string(gui.row, scol - cn, s + i, cl, draw_flags | DRAW_TRANSP); # else |