comparison src/gui.c @ 496:381caa3f6ea8

updated for version 7.0136
author vimboss
date Wed, 24 Aug 2005 22:09:56 +0000
parents 6f8b578776ab
children d50452846776
comparison
equal deleted inserted replaced
495:409dced94617 496:381caa3f6ea8
2246 # endif 2246 # endif
2247 } 2247 }
2248 /* Draw a composing char on top of the previous char. */ 2248 /* Draw a composing char on top of the previous char. */
2249 if (comping) 2249 if (comping)
2250 { 2250 {
2251 # if !defined(__APPLE_CC__) && !defined(__MRC__) && !defined(TARGET_API_MAC_CARBON) 2251 # if !defined(__APPLE_CC__) && !defined(__MRC__) && !defined(TARGET_API_MAC_CARBON) && !defined(FEAT_GUI_W32)
2252 gui_mch_draw_string(gui.row, scol - cn, s + i, cl, 2252 gui_mch_draw_string(gui.row, scol - cn, s + i, cl,
2253 draw_flags | DRAW_TRANSP); 2253 draw_flags | DRAW_TRANSP);
2254 # else 2254 # else
2255 /* Carbon ATSUI autodraws composing char over previous char */ 2255 /* Carbon ATSUI autodraws composing char over previous char */
2256 gui_mch_draw_string(gui.row, scol, s + i, cl, 2256 gui_mch_draw_string(gui.row, scol, s + i, cl,